Shades of Bay Leaf #81BB8C
Tints of Bay Leaf #81BB8C
RGB
CMYK
RGB Variations
Color information
#81BB8C (or 0x81BB8C) is known color: Bay Leaf. HEX triplet: 81, BB and 8C. RGB value is (129,187,140). Sum of RGB (Red+Green+Blue) = 129+187+140=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BB8C is #7E4473. Grayscale: #A4A4A4. Windows color (decimal): -8275060 or 9223041. OLE color: 9223041.
HSL color Cylindrical-coordinate representation of color #81BB8C: hue angle of 131.38º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BB8C is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 187 | 140 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.27 |
| HSL | 131.38º | 0.3% | 0.62% | - |
| HSV(B) | 131.38º | 0.31% | 0.73% | - |
| XYZ | 31.56 | 42.1 | 31.27 | - |
| YUV | 164.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 140 | 0.31 | 0 | 0.25 | 0.27 | 131.38 | 0.3 | 0.62 |
| Hex | 81 | BB | 8C | 1F | 0 | 19 | 1B | 83 | 1E | 3E |
| Octal | 201 | 273 | 214 | 37 | 0 | 31 | 33 | 203 | 36 | 76 |
| Binary | 10000001 | 10111011 | 10001100 | 11111 | 0 | 11001 | 11011 | 10000011 | 11110 | 111110 |
Color Harmonies of #81BB8C
Complementary color
Monochromatic Colors of #81BB8C
Black with #81BB8C
Text Example
Text Example
White with #81BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BB8C; }
p { color: rgb(129,187,140); }
H1.HeaderClassName
{
color: #81BB8C;
}
.AnyTagClassName
{
color: #81BB8C;
}
</style>
background-color css
<style>
a { background-color: #81BB8C; }
a { background-color: rgb(129,187,140); }
div.DivClassName
{
background-color: #81BB8C;
}
.BgClassName
{
background-color: #81BB8C;
}
</style>
border-color css
<style>
span { border-color: #81BB8C; }
span { border-color: rgb(129,187,140); }
td.TdClassName
{
border-color: #81BB8C;
}
.TagClassName
{
border-color: #81BB8C;
}
</style>