Shades of Pine Glade #BABE80
Tints of Pine Glade #BABE80
RGB
CMYK
RGB Variations
Color information
#BABE80 (or 0xBABE80) is known color: Pine Glade. HEX triplet: BA, BE and 80. RGB value is (186,190,128). Sum of RGB (Red+Green+Blue) = 186+190+128=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABE80 is #45417F. Grayscale: #B5B5B5. Windows color (decimal): -4538752 or 8437434. OLE color: 8437434.
HSL color Cylindrical-coordinate representation of color #BABE80: hue angle of 63.87º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BABE80 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 190 | 128 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.25 |
| HSL | 63.87º | 0.32% | 0.62% | - |
| HSV(B) | 63.87º | 0.33% | 0.75% | - |
| XYZ | 42.56 | 48.82 | 27.6 | - |
| YUV | 181.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 190 | 128 | 0.02 | 0 | 0.33 | 0.25 | 63.87 | 0.32 | 0.62 |
| Hex | BA | BE | 80 | 2 | 0 | 21 | 19 | 40 | 20 | 3E |
| Octal | 272 | 276 | 200 | 2 | 0 | 41 | 31 | 100 | 40 | 76 |
| Binary | 10111010 | 10111110 | 10000000 | 10 | 0 | 100001 | 11001 | 1000000 | 100000 | 111110 |
Color Harmonies of #BABE80
Complementary color
Monochromatic Colors of #BABE80
Black with #BABE80
Text Example
Text Example
White with #BABE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABE80; }
p { color: rgb(186,190,128); }
H1.HeaderClassName
{
color: #BABE80;
}
.AnyTagClassName
{
color: #BABE80;
}
</style>
background-color css
<style>
a { background-color: #BABE80; }
a { background-color: rgb(186,190,128); }
div.DivClassName
{
background-color: #BABE80;
}
.BgClassName
{
background-color: #BABE80;
}
</style>
border-color css
<style>
span { border-color: #BABE80; }
span { border-color: rgb(186,190,128); }
td.TdClassName
{
border-color: #BABE80;
}
.TagClassName
{
border-color: #BABE80;
}
</style>