#BDBD84

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

Shades of Pine Glade #BDBD84

Tints of Pine Glade #BDBD84

Color information

#BDBD84 (or 0xBDBD84) is unknown color: approx Pine Glade. HEX triplet: BD, BD and 84. RGB value is (189,189,132). Sum of RGB (Red+Green+Blue) = 189+189+132=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD84 is #42427B. Grayscale: #B6B6B6. Windows color (decimal): -4342396 or 8699325. OLE color: 8699325.

HSL color Cylindrical-coordinate representation of color #BDBD84: 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 #BDBD84 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189189132-
CMYK000.300.26
HSL60º30.16%62.94%-
HSV(B)60º30.16%74.12%-
XYZ43.3548.8828.98-
YUV182.599.5132.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 132 (51.95% from 255) = 25.88%
R=37.06%
G=37.06%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189132000.300.266030.1662.94
HexBDBD84001E1A3c1e3f
Octal275275204003632743677
Binary10111101101111011000010000111101101011110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD84; }

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

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

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

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

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

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

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

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