Color Hex Logo

#bbc95b Color Hex

#BBC95B
(187,201,91)
0 Favorites   0 Comments

Color spaces of #bbc95b

RGB 18720191
HSL0.190.500.57
HSV68°55°79°
CMYK 0.070.000.55   0.21
XYZ43.268553.093417.8651
Yxy53.09340.37880.4648
Hunter Lab72.8652-21.518136.4689
CIE-Lab77.9301-20.237052.4575

#bbc95b color RGB value is (187,201,91).

#bbc95b hex color red value is 187, green value is 201 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bbc95b hue: 0.19 , saturation: 0.50 and the lightness value of bbc95b is 0.57.

The process color (four color CMYK) of #bbc95b color hex is 0.07, 0.00, 0.55, 0.21. Web safe color of #bbc95b is #cccc66. Color #bbc95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 01011011
Octal 273 311 133
Decimal 187 201 91
Hex BB C9 5B

RGB Percentages of Color #bbc95b

%39.04
%41.96
%19.00

CMYK Percentages of Color #bbc95b

%7
%0
%55
%21

Triadic Colors of #bbc95b

#bbc95b #5bbbc9 #c95bbb

Analogous Colors of #bbc95b

#bbc95b #84c95b #c9a05b

Monochromatic Colors of #bbc95b

#bbc95b

Complementary Color

#bbc95b #695bc9

#bbc95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc95b Color CSS Codes

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

#bbc95b Text Font Color

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

This sample text font color is #bbc95b
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.


#bbc95b Background Color

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

This div background color is #bbc95b


#bbc95b Border Color

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

This div border color is #bbc95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc95b


Comments

No comments written yet.

Please login to write comment.