#BFCE76

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

Shades of Pine Glade #BFCE76

Tints of Pine Glade #BFCE76

Color information

#BFCE76 (or 0xBFCE76) is unknown color: approx Pine Glade. HEX triplet: BF, CE and 76. RGB value is (191,206,118). Sum of RGB (Red+Green+Blue) = 191+206+118=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCE76 is #403189. Grayscale: #BFBFBF. Windows color (decimal): -4206986 or 7786175. OLE color: 7786175.

HSL color Cylindrical-coordinate representation of color #BFCE76: hue angle of 70.23º degrees, saturation: 0.47, 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 #BFCE76 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB191206118-
CMYK0.0700.430.19
HSL70.23º47.31%63.53%-
HSV(B)70.23º42.72%80.78%-
XYZ46.8356.5325.58-
YUV191.4886.53127.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 118 (46.48% from 255) = 22.91%
R=37.09%
G=40%
B=22.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061180.0700.430.1970.2347.3163.53
HexBFCE76702B13462f40
Octal27731616670532310657100
Binary1011111111001110111011011101010111001110001101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCE76; }

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

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

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

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

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

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

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

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