Color Hex Logo

#bfc65a Color Hex

#BFC65A
(191,198,90)
0 Favorites   0 Comments

Color spaces of #bfc65a

RGB 19119890
HSL0.180.490.56
HSV64°55°78°
CMYK 0.040.000.55   0.22
XYZ43.525452.202717.4550
Yxy52.20270.38460.4612
Hunter Lab72.2514-18.908836.2523
CIE-Lab77.4019-17.200552.3910

#bfc65a color RGB value is (191,198,90).

#bfc65a hex color red value is 191, green value is 198 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bfc65a hue: 0.18 , saturation: 0.49 and the lightness value of bfc65a is 0.56.

The process color (four color CMYK) of #bfc65a color hex is 0.04, 0.00, 0.55, 0.22. Web safe color of #bfc65a is #cccc66. Color #bfc65a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000110 01011010
Octal 277 306 132
Decimal 191 198 90
Hex BF C6 5A

RGB Percentages of Color #bfc65a

%39.87
%41.34
%18.79

CMYK Percentages of Color #bfc65a

%4
%0
%55
%22

Triadic Colors of #bfc65a

#bfc65a #5abfc6 #c65abf

Analogous Colors of #bfc65a

#bfc65a #89c65a #c6975a

Monochromatic Colors of #bfc65a

#bfc65a

Complementary Color

#bfc65a #615ac6

#bfc65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc65a Color CSS Codes

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

#bfc65a Text Font Color

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

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


#bfc65a Background Color

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

This div background color is #bfc65a


#bfc65a Border Color

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

This div border color is #bfc65a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,198,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfc65a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfc65a;
  -webkit-box-shadow: 1px 1px 3px 2px #bfc65a;
  box-shadow:         1px 1px 3px 2px #bfc65a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,198,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc65a


Comments

No comments written yet.

Please login to write comment.