#BCBF7D

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

Shades of Pine Glade #BCBF7D

Tints of Pine Glade #BCBF7D

Color information

#BCBF7D (or 0xBCBF7D) is unknown color: approx Pine Glade. HEX triplet: BC, BF and 7D. RGB value is (188,191,125). Sum of RGB (Red+Green+Blue) = 188+191+125=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF7D is #434082. Grayscale: #B6B6B6. Windows color (decimal): -4407427 or 8241084. OLE color: 8241084.

HSL color Cylindrical-coordinate representation of color #BCBF7D: hue angle of 62.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCBF7D is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB188191125-
CMYK0.0200.350.25
HSL62.73º34.02%61.96%-
HSV(B)62.73º34.55%74.9%-
XYZ43.0749.4326.67-
YUV182.5895.51131.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=37.30%
G=37.90%
B=24.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911250.0200.350.2562.7334.0261.96
HexBCBF7D2023193f223e
Octal274277175204331774276
Binary1011110010111111111110110010001111001111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF7D; }

 p { color: rgb(188,191,125); }

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

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

 a { background-color: rgb(188,191,125); }

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

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

 span { border-color: rgb(188,191,125); }

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