#BCBD7D

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

Shades of Pine Glade #BCBD7D

Tints of Pine Glade #BCBD7D

Color information

#BCBD7D (or 0xBCBD7D) is unknown color: approx Pine Glade. HEX triplet: BC, BD and 7D. RGB value is (188,189,125). Sum of RGB (Red+Green+Blue) = 188+189+125=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD7D is #434282. Grayscale: #B5B5B5. Windows color (decimal): -4407939 or 8240572. OLE color: 8240572.

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

Color convert

RGB188189125-
CMYK0.0100.340.26
HSL60.94º32.65%61.57%-
HSV(B)60.94º33.86%74.12%-
XYZ42.6448.5726.53-
YUV181.496.17132.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 189 (74.22% from 255) = 37.65%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=37.45%
G=37.65%
B=24.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891250.0100.340.2660.9432.6561.57
HexBCBD7D10221A3d213e
Octal274275175104232754176
Binary101111001011110111111011010001011010111101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD7D; }

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

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

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

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

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

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

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

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