#BDBD81

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

Shades of Pine Glade #BDBD81

Tints of Pine Glade #BDBD81

Color information

#BDBD81 (or 0xBDBD81) is unknown color: approx Pine Glade. HEX triplet: BD, BD and 81. RGB value is (189,189,129). Sum of RGB (Red+Green+Blue) = 189+189+129=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD81 is #42427E. Grayscale: #B6B6B6. Windows color (decimal): -4342399 or 8502717. OLE color: 8502717.

HSL color Cylindrical-coordinate representation of color #BDBD81: hue angle of 60º degrees, saturation: 0.31, 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 #BDBD81 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB189189129-
CMYK000.320.26
HSL60º31.25%62.35%-
HSV(B)60º31.75%74.12%-
XYZ43.1548.827.91-
YUV182.1698132.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 129 (50.78% from 255) = 25.44%
R=37.28%
G=37.28%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189129000.320.266031.2562.35
HexBDBD8100201A3c1f3e
Octal275275201004032743776
Binary101111011011110110000001001000001101011110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD81; }

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

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

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

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

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

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

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

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