Color Hex Logo

#bbc476 Color Hex

#BBC476
(187,196,118)
0 Favorites   0 Comments

Color spaces of #bbc476

RGB 187196118
HSL0.190.400.62
HSV67°40°77°
CMYK 0.050.000.40   0.23
XYZ43.503551.352724.7587
Yxy51.35270.36370.4293
Hunter Lab71.6608-17.043529.6780
CIE-Lab76.8922-15.068138.0860

#bbc476 color RGB value is (187,196,118).

#bbc476 hex color red value is 187, green value is 196 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bbc476 hue: 0.19 , saturation: 0.40 and the lightness value of bbc476 is 0.62.

The process color (four color CMYK) of #bbc476 color hex is 0.05, 0.00, 0.40, 0.23. Web safe color of #bbc476 is #cccc66. Color #bbc476 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 01110110
Octal 273 304 166
Decimal 187 196 118
Hex BB C4 76

RGB Percentages of Color #bbc476

%37.33
%39.12
%23.55

CMYK Percentages of Color #bbc476

%5
%0
%40
%23

Triadic Colors of #bbc476

#bbc476 #76bbc4 #c476bb

Analogous Colors of #bbc476

#bbc476 #94c476 #c4a676

Monochromatic Colors of #bbc476

#bbc476

Complementary Color

#bbc476 #7f76c4

#bbc476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc476 Color CSS Codes

.mybgcolor {background-color:#bbc476; } 
.myforecolor {color:#bbc476; }
.mybordercolor {border:3px solid #bbc476; }

#bbc476 Text Font Color

<p style="color:#bbc476">Text here</p>

This sample text font color is #bbc476
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbc476 Background Color

<div style="background-color:#bbc476">
Div content here</div>

This div background color is #bbc476


#bbc476 Border Color

<div style="border:3px solid #bbc476">
Div here</div>

This div border color is #bbc476


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,196,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbc476; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbc476;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc476;
  box-shadow:         1px 1px 3px 2px #bbc476; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,196,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbc476">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc476;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc476;
  box-shadow:         1px 1px 3px 2px #bbc476;">
Div content here</div>

This div box has shadow with color #bbc476


Comments

No comments written yet.

Please login to write comment.