Shades of Chelsea Cucumber #81A85A
Tints of Chelsea Cucumber #81A85A
RGB
CMYK
RGB Variations
Color information
#81A85A (or 0x81A85A) is known color: Chelsea Cucumber. HEX triplet: 81, A8 and 5A. RGB value is (129,168,90). Sum of RGB (Red+Green+Blue) = 129+168+90=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #81A85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A85A is #7E57A5. Grayscale: #939393. Windows color (decimal): -8279974 or 5941377. OLE color: 5941377.
HSL color Cylindrical-coordinate representation of color #81A85A: hue angle of 90º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81A85A is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 168 | 90 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.34 |
| HSL | 90º | 0.31% | 0.51% | - |
| HSV(B) | 90º | 0.46% | 0.66% | - |
| XYZ | 24.9 | 33.41 | 14.81 | - |
| YUV | 147.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 90 | 0.23 | 0 | 0.46 | 0.34 | 90 | 0.31 | 0.51 |
| Hex | 81 | A8 | 5A | 17 | 0 | 2E | 22 | 5A | 1F | 33 |
| Octal | 201 | 250 | 132 | 27 | 0 | 56 | 42 | 132 | 37 | 63 |
| Binary | 10000001 | 10101000 | 1011010 | 10111 | 0 | 101110 | 100010 | 1011010 | 11111 | 110011 |
Color Harmonies of #81A85A
Complementary color
Monochromatic Colors of #81A85A
Black with #81A85A
Text Example
Text Example
White with #81A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A85A; }
p { color: rgb(129,168,90); }
H1.HeaderClassName
{
color: #81A85A;
}
.AnyTagClassName
{
color: #81A85A;
}
</style>
background-color css
<style>
a { background-color: #81A85A; }
a { background-color: rgb(129,168,90); }
div.DivClassName
{
background-color: #81A85A;
}
.BgClassName
{
background-color: #81A85A;
}
</style>
border-color css
<style>
span { border-color: #81A85A; }
span { border-color: rgb(129,168,90); }
td.TdClassName
{
border-color: #81A85A;
}
.TagClassName
{
border-color: #81A85A;
}
</style>