Shades of Chelsea Cucumber #81A64B
Tints of Chelsea Cucumber #81A64B
RGB
CMYK
RGB Variations
Color information
#81A64B (or 0x81A64B) is known color: Chelsea Cucumber. HEX triplet: 81, A6 and 4B. RGB value is (129,166,75). Sum of RGB (Red+Green+Blue) = 129+166+75=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #81A64B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A64B is #7E59B4. Grayscale: #909090. Windows color (decimal): -8280501 or 4957825. OLE color: 4957825.
HSL color Cylindrical-coordinate representation of color #81A64B: hue angle of 84.4º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81A64B is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 166 | 75 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.35 |
| HSL | 84.4º | 0.38% | 0.47% | - |
| HSV(B) | 84.4º | 0.55% | 0.65% | - |
| XYZ | 23.96 | 32.45 | 11.66 | - |
| YUV | 144.56 | 88.74 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 75 | 0.22 | 0 | 0.55 | 0.35 | 84.4 | 0.38 | 0.47 |
| Hex | 81 | A6 | 4B | 16 | 0 | 37 | 23 | 54 | 26 | 2F |
| Octal | 201 | 246 | 113 | 26 | 0 | 67 | 43 | 124 | 46 | 57 |
| Binary | 10000001 | 10100110 | 1001011 | 10110 | 0 | 110111 | 100011 | 1010100 | 100110 | 101111 |
Color Harmonies of #81A64B
Complementary color
Monochromatic Colors of #81A64B
Black with #81A64B
Text Example
Text Example
White with #81A64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A64B; }
p { color: rgb(129,166,75); }
H1.HeaderClassName
{
color: #81A64B;
}
.AnyTagClassName
{
color: #81A64B;
}
</style>
background-color css
<style>
a { background-color: #81A64B; }
a { background-color: rgb(129,166,75); }
div.DivClassName
{
background-color: #81A64B;
}
.BgClassName
{
background-color: #81A64B;
}
</style>
border-color css
<style>
span { border-color: #81A64B; }
span { border-color: rgb(129,166,75); }
td.TdClassName
{
border-color: #81A64B;
}
.TagClassName
{
border-color: #81A64B;
}
</style>