#BCBB7D

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

Shades of Pine Glade #BCBB7D

Tints of Pine Glade #BCBB7D

Color information

#BCBB7D (or 0xBCBB7D) is unknown color: approx Pine Glade. HEX triplet: BC, BB and 7D. RGB value is (188,187,125). Sum of RGB (Red+Green+Blue) = 188+187+125=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB7D is #434482. Grayscale: #B4B4B4. Windows color (decimal): -4408451 or 8240060. OLE color: 8240060.

HSL color Cylindrical-coordinate representation of color #BCBB7D: hue angle of 59.05º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCBB7D is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB188187125-
CMYK00.010.340.26
HSL59.05º31.98%61.37%-
HSV(B)59.05º33.51%73.73%-
XYZ42.2147.7126.39-
YUV180.2396.83133.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 125 (49.22% from 255) = 25%
R=37.6%
G=37.4%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818712500.010.340.2659.0531.9861.37
HexBCBB7D01221A3b203d
Octal274273175014232734075
Binary101111001011101111111010110001011010111011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB7D; }

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

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

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

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

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

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

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

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