color codes Logo

#bfc04c color codes

#BFC04C
(191,192,76)
0 Favorites   0 Comments

Color spaces of #bfc04c

RGB 19119276
HSL0.170.480.53
HSV61°60°75°
CMYK 0.010.000.60   0.25
XYZ41.640049.297414.1582
Yxy49.29740.39620.4691
Hunter Lab70.2121-17.010037.1927
CIE-Lab75.6360-15.235956.6690

#bfc04c color RGB value is (191,192,76).

#bfc04c hex color red value is 191, green value is 192 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bfc04c hue: 0.17 , saturation: 0.48 and the lightness value of bfc04c is 0.53.

The process color (four color CMYK) of #bfc04c color code is 0.01, 0.00, 0.60, 0.25. Web safe color of #bfc04c is #cccc33. Color #bfc04c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000000 01001100
Octal 277 300 114
Decimal 191 192 76
Hex BF C0 4C

RGB Percentages of Color #bfc04c

%41.61
%41.83
%16.56

CMYK Percentages of Color #bfc04c

%1
%0
%60
%25

Triadic Colors of #bfc04c

#bfc04c #4cbfc0 #c04cbf

Analogous Colors of #bfc04c

#bfc04c #85c04c #c0874c

Monochromatic Colors of #bfc04c

#bfc04c

Complementary Color

#bfc04c #4d4cc0

#bfc04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc04c Color CSS Codes

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

#bfc04c Text Font Color

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

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


#bfc04c Background Color

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

This div background color is #bfc04c


#bfc04c Border Color

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

This div border color is #bfc04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc04c


Comments

No comments written yet.

Please login to write comment.