#BDBD85

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

Shades of Pine Glade #BDBD85

Tints of Pine Glade #BDBD85

Color information

#BDBD85 (or 0xBDBD85) is unknown color: approx Pine Glade. HEX triplet: BD, BD and 85. RGB value is (189,189,133). Sum of RGB (Red+Green+Blue) = 189+189+133=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD85 is #42427A. Grayscale: #B6B6B6. Windows color (decimal): -4342395 or 8764861. OLE color: 8764861.

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

Color convert

RGB189189133-
CMYK000.300.26
HSL60º29.79%63.14%-
HSV(B)60º29.63%74.12%-
XYZ43.4248.9129.34-
YUV182.62100132.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 133 (52.34% from 255) = 26.03%
R=36.99%
G=36.99%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189133000.300.266029.7963.14
HexBDBD85001E1A3c1e3f
Octal275275205003632743677
Binary10111101101111011000010100111101101011110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD85; }

 p { color: rgb(189,189,133); }

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

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

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

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

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

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

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