#BFCF76

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

Shades of Pine Glade #BFCF76

Tints of Pine Glade #BFCF76

Color information

#BFCF76 (or 0xBFCF76) is unknown color: approx Pine Glade. HEX triplet: BF, CF and 76. RGB value is (191,207,118). Sum of RGB (Red+Green+Blue) = 191+207+118=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF76 is #403089. Grayscale: #C0C0C0. Windows color (decimal): -4206730 or 7786431. OLE color: 7786431.

HSL color Cylindrical-coordinate representation of color #BFCF76: hue angle of 70.79º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFCF76 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB191207118-
CMYK0.0800.430.19
HSL70.79º48.11%63.73%-
HSV(B)70.79º43%81.18%-
XYZ47.0757.0125.66-
YUV192.0786.2127.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 207 (81.25% from 255) = 40.12%
BLUE value IS 118 (46.48% from 255) = 22.87%
R=37.02%
G=40.12%
B=22.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071180.0800.430.1970.7948.1163.73
HexBFCF76802B13473040
Octal277317166100532310760100
Binary10111111110011111110110100001010111001110001111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF76; }

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

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

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

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

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

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

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

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