Shades of Bay Leaf #83AB8E
Tints of Bay Leaf #83AB8E
RGB
CMYK
RGB Variations
Color information
#83AB8E (or 0x83AB8E) is known color: Bay Leaf. HEX triplet: 83, AB and 8E. RGB value is (131,171,142). Sum of RGB (Red+Green+Blue) = 131+171+142=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AB8E is #7C5471. Grayscale: #9B9B9B. Windows color (decimal): -8148082 or 9350019. OLE color: 9350019.
HSL color Cylindrical-coordinate representation of color #83AB8E: hue angle of 136.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83AB8E is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 142 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.33 |
| HSL | 136.5º | 0.19% | 0.59% | - |
| HSV(B) | 136.5º | 0.23% | 0.67% | - |
| XYZ | 28.81 | 35.9 | 31 | - |
| YUV | 155.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 142 | 0.23 | 0 | 0.17 | 0.33 | 136.5 | 0.19 | 0.59 |
| Hex | 83 | AB | 8E | 17 | 0 | 11 | 21 | 88 | 13 | 3B |
| Octal | 203 | 253 | 216 | 27 | 0 | 21 | 41 | 210 | 23 | 73 |
| Binary | 10000011 | 10101011 | 10001110 | 10111 | 0 | 10001 | 100001 | 10001000 | 10011 | 111011 |
Color Harmonies of #83AB8E
Complementary color
Monochromatic Colors of #83AB8E
Black with #83AB8E
Text Example
Text Example
White with #83AB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB8E; }
p { color: rgb(131,171,142); }
H1.HeaderClassName
{
color: #83AB8E;
}
.AnyTagClassName
{
color: #83AB8E;
}
</style>
background-color css
<style>
a { background-color: #83AB8E; }
a { background-color: rgb(131,171,142); }
div.DivClassName
{
background-color: #83AB8E;
}
.BgClassName
{
background-color: #83AB8E;
}
</style>
border-color css
<style>
span { border-color: #83AB8E; }
span { border-color: rgb(131,171,142); }
td.TdClassName
{
border-color: #83AB8E;
}
.TagClassName
{
border-color: #83AB8E;
}
</style>