Shades of Bay Leaf #83AE90
Tints of Bay Leaf #83AE90
RGB
CMYK
RGB Variations
Color information
#83AE90 (or 0x83AE90) is known color: Bay Leaf. HEX triplet: 83, AE and 90. RGB value is (131,174,144). Sum of RGB (Red+Green+Blue) = 131+174+144=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AE90 is #7C516F. Grayscale: #9D9D9D. Windows color (decimal): -8147312 or 9481859. OLE color: 9481859.
HSL color Cylindrical-coordinate representation of color #83AE90: hue angle of 138.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83AE90 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 174 | 144 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.32 |
| HSL | 138.14º | 0.21% | 0.6% | - |
| HSV(B) | 138.14º | 0.25% | 0.68% | - |
| XYZ | 29.53 | 37.11 | 31.99 | - |
| YUV | 157.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 174 | 144 | 0.25 | 0 | 0.17 | 0.32 | 138.14 | 0.21 | 0.6 |
| Hex | 83 | AE | 90 | 19 | 0 | 11 | 20 | 8A | 15 | 3C |
| Octal | 203 | 256 | 220 | 31 | 0 | 21 | 40 | 212 | 25 | 74 |
| Binary | 10000011 | 10101110 | 10010000 | 11001 | 0 | 10001 | 100000 | 10001010 | 10101 | 111100 |
Color Harmonies of #83AE90
Complementary color
Monochromatic Colors of #83AE90
Black with #83AE90
Text Example
Text Example
White with #83AE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AE90; }
p { color: rgb(131,174,144); }
H1.HeaderClassName
{
color: #83AE90;
}
.AnyTagClassName
{
color: #83AE90;
}
</style>
background-color css
<style>
a { background-color: #83AE90; }
a { background-color: rgb(131,174,144); }
div.DivClassName
{
background-color: #83AE90;
}
.BgClassName
{
background-color: #83AE90;
}
</style>
border-color css
<style>
span { border-color: #83AE90; }
span { border-color: rgb(131,174,144); }
td.TdClassName
{
border-color: #83AE90;
}
.TagClassName
{
border-color: #83AE90;
}
</style>