#BDBB80

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

Shades of Pine Glade #BDBB80

Tints of Pine Glade #BDBB80

Color information

#BDBB80 (or 0xBDBB80) is unknown color: approx Pine Glade. HEX triplet: BD, BB and 80. RGB value is (189,187,128). Sum of RGB (Red+Green+Blue) = 189+187+128=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB80 is #42447F. Grayscale: #B5B5B5. Windows color (decimal): -4342912 or 8436669. OLE color: 8436669.

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

Color convert

RGB189187128-
CMYK00.010.320.26
HSL58.03º31.61%62.16%-
HSV(B)58.03º32.28%74.12%-
XYZ42.6547.9227.42-
YUV180.8798.16133.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=37.5%
G=37.10%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918712800.010.320.2658.0331.6162.16
HexBDBB8001201A3a203e
Octal275273200014032724076
Binary1011110110111011100000000110000011010111010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB80; }

 p { color: rgb(189,187,128); }

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

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

 a { background-color: rgb(189,187,128); }

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

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

 span { border-color: rgb(189,187,128); }

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