#BABD81

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

Shades of Pine Glade #BABD81

Tints of Pine Glade #BABD81

Color information

#BABD81 (or 0xBABD81) is unknown color: approx Pine Glade. HEX triplet: BA, BD and 81. RGB value is (186,189,129). Sum of RGB (Red+Green+Blue) = 186+189+129=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD81 is #45427E. Grayscale: #B5B5B5. Windows color (decimal): -4539007 or 8502714. OLE color: 8502714.

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

Color convert

RGB186189129-
CMYK0.0200.320.26
HSL63º31.25%62.35%-
HSV(B)63º31.75%74.12%-
XYZ42.4148.4227.88-
YUV181.2698.51131.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=36.90%
G=37.5%
B=25.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891290.0200.320.266331.2562.35
HexBABD8120201A3f1f3e
Octal272275201204032773776
Binary1011101010111101100000011001000001101011111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD81; }

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

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

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

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

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

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

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

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