#BABD85

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

Shades of Pine Glade #BABD85

Tints of Pine Glade #BABD85

Color information

#BABD85 (or 0xBABD85) is unknown color: approx Pine Glade. HEX triplet: BA, BD and 85. RGB value is (186,189,133). Sum of RGB (Red+Green+Blue) = 186+189+133=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD85 is #45427A. Grayscale: #B5B5B5. Windows color (decimal): -4539003 or 8764858. OLE color: 8764858.

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

Color convert

RGB186189133-
CMYK0.0200.300.26
HSL63.21º29.79%63.14%-
HSV(B)63.21º29.63%74.12%-
XYZ42.6848.5329.31-
YUV181.72100.51131.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=36.61%
G=37.20%
B=26.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891330.0200.300.2663.2129.7963.14
HexBABD85201E1A3f1e3f
Octal272275205203632773677
Binary101110101011110110000101100111101101011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD85; }

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

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

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

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

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

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

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

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