Color Hex Logo

#bfc55a Color Hex

#BFC55A
(191,197,90)
0 Favorites   0 Comments

Color spaces of #bfc55a

RGB 19119790
HSL0.180.480.56
HSV63°54°77°
CMYK 0.030.000.54   0.23
XYZ43.297651.747117.3790
Yxy51.74710.38510.4603
Hunter Lab71.9355-18.448836.0309
CIE-Lab77.1294-16.699452.0791

#bfc55a color RGB value is (191,197,90).

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

The process color (four color CMYK) of #bfc55a color hex is 0.03, 0.00, 0.54, 0.23. Web safe color of #bfc55a is #cccc66. Color #bfc55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 01011010
Octal 277 305 132
Decimal 191 197 90
Hex BF C5 5A

RGB Percentages of Color #bfc55a

%39.96
%41.21
%18.83

CMYK Percentages of Color #bfc55a

%3
%0
%54
%23

Triadic Colors of #bfc55a

#bfc55a #5abfc5 #c55abf

Analogous Colors of #bfc55a

#bfc55a #8ac55a #c5965a

Monochromatic Colors of #bfc55a

#bfc55a

Complementary Color

#bfc55a #605ac5

#bfc55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc55a Color CSS Codes

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

#bfc55a Text Font Color

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

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


#bfc55a Background Color

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

This div background color is #bfc55a


#bfc55a Border Color

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

This div border color is #bfc55a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,197,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 #bfc55a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc55a


Comments

No comments written yet.

Please login to write comment.