Shades of Bay Leaf #81A28B
Tints of Bay Leaf #81A28B
RGB
CMYK
RGB Variations
Color information
#81A28B (or 0x81A28B) is known color: Bay Leaf. HEX triplet: 81, A2 and 8B. RGB value is (129,162,139). Sum of RGB (Red+Green+Blue) = 129+162+139=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #81A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A28B is #7E5D74. Grayscale: #959595. Windows color (decimal): -8281461 or 9151105. OLE color: 9151105.
HSL color Cylindrical-coordinate representation of color #81A28B: hue angle of 138.18º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #81A28B is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 162 | 139 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.36 |
| HSL | 138.18º | 0.15% | 0.57% | - |
| HSV(B) | 138.18º | 0.2% | 0.64% | - |
| XYZ | 26.63 | 32.37 | 29.27 | - |
| YUV | 149.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 139 | 0.20 | 0 | 0.14 | 0.36 | 138.18 | 0.15 | 0.57 |
| Hex | 81 | A2 | 8B | 14 | 0 | E | 24 | 8A | F | 39 |
| Octal | 201 | 242 | 213 | 24 | 0 | 16 | 44 | 212 | 17 | 71 |
| Binary | 10000001 | 10100010 | 10001011 | 10100 | 0 | 1110 | 100100 | 10001010 | 1111 | 111001 |
Color Harmonies of #81A28B
Complementary color
Monochromatic Colors of #81A28B
Black with #81A28B
Text Example
Text Example
White with #81A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A28B; }
p { color: rgb(129,162,139); }
H1.HeaderClassName
{
color: #81A28B;
}
.AnyTagClassName
{
color: #81A28B;
}
</style>
background-color css
<style>
a { background-color: #81A28B; }
a { background-color: rgb(129,162,139); }
div.DivClassName
{
background-color: #81A28B;
}
.BgClassName
{
background-color: #81A28B;
}
</style>
border-color css
<style>
span { border-color: #81A28B; }
span { border-color: rgb(129,162,139); }
td.TdClassName
{
border-color: #81A28B;
}
.TagClassName
{
border-color: #81A28B;
}
</style>