Color Hex Logo

#bfc46a Color Hex

#BFC46A
(191,196,106)
0 Favorites   0 Comments

Color spaces of #bfc46a

RGB 191196106
HSL0.180.430.59
HSV63°46°77°
CMYK 0.030.000.46   0.23
XYZ43.827351.596821.2849
Yxy51.59680.37550.4421
Hunter Lab71.8309-16.793132.7129
CIE-Lab77.0391-14.747844.3386

#bfc46a color RGB value is (191,196,106).

#bfc46a hex color red value is 191, green value is 196 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bfc46a hue: 0.18 , saturation: 0.43 and the lightness value of bfc46a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 01101010
Octal 277 304 152
Decimal 191 196 106
Hex BF C4 6A

RGB Percentages of Color #bfc46a

%38.74
%39.76
%21.50

CMYK Percentages of Color #bfc46a

%3
%0
%46
%23

Triadic Colors of #bfc46a

#bfc46a #6abfc4 #c46abf

Analogous Colors of #bfc46a

#bfc46a #92c46a #c49c6a

Monochromatic Colors of #bfc46a

#bfc46a

Complementary Color

#bfc46a #6f6ac4

#bfc46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc46a Color CSS Codes

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

#bfc46a Text Font Color

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

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


#bfc46a Background Color

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

This div background color is #bfc46a


#bfc46a Border Color

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

This div border color is #bfc46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc46a


Comments

No comments written yet.

Please login to write comment.