#BDBB79

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

Shades of Pine Glade #BDBB79

Tints of Pine Glade #BDBB79

Color information

#BDBB79 (or 0xBDBB79) is unknown color: approx Pine Glade. HEX triplet: BD, BB and 79. RGB value is (189,187,121). Sum of RGB (Red+Green+Blue) = 189+187+121=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB79 is #424486. Grayscale: #B4B4B4. Windows color (decimal): -4342919 or 7977917. OLE color: 7977917.

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

Color convert

RGB189187121-
CMYK00.010.360.26
HSL58.24º34%60.78%-
HSV(B)58.24º35.98%74.12%-
XYZ42.2147.7425.08-
YUV180.0794.66134.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=38.03%
G=37.63%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918712100.010.360.2658.243460.78
HexBDBB7901241A3a223d
Octal275273171014432724275
Binary101111011011101111110010110010011010111010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB79; }

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

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

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

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

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

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

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

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