#BFC676

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

Shades of Pine Glade #BFC676

Tints of Pine Glade #BFC676

Color information

#BFC676 (or 0xBFC676) is unknown color: approx Pine Glade. HEX triplet: BF, C6 and 76. RGB value is (191,198,118). Sum of RGB (Red+Green+Blue) = 191+198+118=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC676 is #403989. Grayscale: #BBBBBB. Windows color (decimal): -4209034 or 7784127. OLE color: 7784127.

HSL color Cylindrical-coordinate representation of color #BFC676: hue angle of 65.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFC676 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB191198118-
CMYK0.0400.400.22
HSL65.25º41.24%61.96%-
HSV(B)65.25º40.4%77.65%-
XYZ44.9552.7724.96-
YUV186.7989.18131-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 198 (77.73% from 255) = 39.05%
BLUE value IS 118 (46.48% from 255) = 23.27%
R=37.67%
G=39.05%
B=23.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981180.0400.400.2265.2541.2461.96
HexBFC67640281641293e
Octal2773061664050261015176
Binary101111111100011011101101000101000101101000001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC676; }

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

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

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

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

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

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

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

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