#BDBB83

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

Shades of Pine Glade #BDBB83

Tints of Pine Glade #BDBB83

Color information

#BDBB83 (or 0xBDBB83) is unknown color: approx Pine Glade. HEX triplet: BD, BB and 83. RGB value is (189,187,131). Sum of RGB (Red+Green+Blue) = 189+187+131=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB83 is #42447C. Grayscale: #B5B5B5. Windows color (decimal): -4342909 or 8633277. OLE color: 8633277.

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

Color convert

RGB189187131-
CMYK00.010.310.26
HSL57.93º30.53%62.75%-
HSV(B)57.93º30.69%74.12%-
XYZ42.854828.48-
YUV181.2199.66133.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 131 (51.56% from 255) = 25.84%
R=37.28%
G=36.88%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918713100.010.310.2657.9330.5362.75
HexBDBB83011F1A3a1f3f
Octal275273203013732723777
Binary10111101101110111000001101111111101011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB83; }

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

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

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

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

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

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

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

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