#BFC976

Color #BFC976 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BFC976

Tints of Pine Glade #BFC976

Color information

#BFC976 (or 0xBFC976) is unknown color: approx Pine Glade. HEX triplet: BF, C9 and 76. RGB value is (191,201,118). Sum of RGB (Red+Green+Blue) = 191+201+118=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC976 is #403689. Grayscale: #BCBCBC. Windows color (decimal): -4208266 or 7784895. OLE color: 7784895.

HSL color Cylindrical-coordinate representation of color #BFC976: hue angle of 67.23º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFC976 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB191201118-
CMYK0.0500.410.21
HSL67.23º43.46%62.55%-
HSV(B)67.23º41.29%78.82%-
XYZ45.6454.1625.19-
YUV188.5588.19129.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 118 (46.48% from 255) = 23.14%
R=37.45%
G=39.41%
B=23.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011180.0500.410.2167.2343.4662.55
HexBFC976502915432b3f
Octal2773111665051251035377
Binary101111111100100111101101010101001101011000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC976; }

 p { color: rgb(191,201,118); }

 H1.HeaderClassName
 {
   color: #BFC976;
 }
 .AnyTagClassName
 {
   color: #BFC976;
 }
</style>
background-color css

<style>
 a { background-color: #BFC976; }

 a { background-color: rgb(191,201,118); }

 div.DivClassName
 {
   background-color: #BFC976;
 }
 .BgClassName
 {
   background-color: #BFC976;
 }
</style>
border-color css

<style>
 span { border-color: #BFC976; }

 span { border-color: rgb(191,201,118); }

 td.TdClassName
 {
   border-color: #BFC976;
 }
 .TagClassName
 {
   border-color: #BFC976;
 }
</style>