#BFCE7B

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

Shades of Pine Glade #BFCE7B

Tints of Pine Glade #BFCE7B

Color information

#BFCE7B (or 0xBFCE7B) is unknown color: approx Pine Glade. HEX triplet: BF, CE and 7B. RGB value is (191,206,123). Sum of RGB (Red+Green+Blue) = 191+206+123=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCE7B is #403184. Grayscale: #C0C0C0. Windows color (decimal): -4206981 or 8113855. OLE color: 8113855.

HSL color Cylindrical-coordinate representation of color #BFCE7B: hue angle of 70.84º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFCE7B is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB191206123-
CMYK0.0700.400.19
HSL70.84º45.86%64.51%-
HSV(B)70.84º40.29%80.78%-
XYZ47.1356.6527.19-
YUV192.0589.03127.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 123 (48.44% from 255) = 23.65%
R=36.73%
G=39.62%
B=23.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061230.0700.400.1970.8445.8664.51
HexBFCE7B702813472e41
Octal27731617370502310756101
Binary1011111111001110111101111101010001001110001111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCE7B; }

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

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

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

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

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

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

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

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