Shades of Chelsea Cucumber #81A154
Tints of Chelsea Cucumber #81A154
RGB
CMYK
RGB Variations
Color information
#81A154 (or 0x81A154) is known color: Chelsea Cucumber. HEX triplet: 81, A1 and 54. RGB value is (129,161,84). Sum of RGB (Red+Green+Blue) = 129+161+84=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #81A154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A154 is #7E5EAB. Grayscale: #8E8E8E. Windows color (decimal): -8281772 or 5546369. OLE color: 5546369.
HSL color Cylindrical-coordinate representation of color #81A154: hue angle of 84.94º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81A154 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 161 | 84 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.37 |
| HSL | 84.94º | 0.31% | 0.48% | - |
| HSV(B) | 84.94º | 0.48% | 0.63% | - |
| XYZ | 23.4 | 30.8 | 13.1 | - |
| YUV | 142.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 84 | 0.20 | 0 | 0.48 | 0.37 | 84.94 | 0.31 | 0.48 |
| Hex | 81 | A1 | 54 | 14 | 0 | 30 | 25 | 55 | 1F | 30 |
| Octal | 201 | 241 | 124 | 24 | 0 | 60 | 45 | 125 | 37 | 60 |
| Binary | 10000001 | 10100001 | 1010100 | 10100 | 0 | 110000 | 100101 | 1010101 | 11111 | 110000 |
Color Harmonies of #81A154
Complementary color
Monochromatic Colors of #81A154
Black with #81A154
Text Example
Text Example
White with #81A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A154; }
p { color: rgb(129,161,84); }
H1.HeaderClassName
{
color: #81A154;
}
.AnyTagClassName
{
color: #81A154;
}
</style>
background-color css
<style>
a { background-color: #81A154; }
a { background-color: rgb(129,161,84); }
div.DivClassName
{
background-color: #81A154;
}
.BgClassName
{
background-color: #81A154;
}
</style>
border-color css
<style>
span { border-color: #81A154; }
span { border-color: rgb(129,161,84); }
td.TdClassName
{
border-color: #81A154;
}
.TagClassName
{
border-color: #81A154;
}
</style>