Shades of Chelsea Cucumber #819B54
Tints of Chelsea Cucumber #819B54
RGB
CMYK
RGB Variations
Color information
#819B54 (or 0x819B54) is known color: Chelsea Cucumber. HEX triplet: 81, 9B and 54. RGB value is (129,155,84). Sum of RGB (Red+Green+Blue) = 129+155+84=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #819B54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819B54 is #7E64AB. Grayscale: #8B8B8B. Windows color (decimal): -8283308 or 5544833. OLE color: 5544833.
HSL color Cylindrical-coordinate representation of color #819B54: hue angle of 81.97º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #819B54 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 155 | 84 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.39 |
| HSL | 81.97º | 0.3% | 0.47% | - |
| HSV(B) | 81.97º | 0.46% | 0.61% | - |
| XYZ | 22.37 | 28.75 | 12.76 | - |
| YUV | 139.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 84 | 0.17 | 0 | 0.46 | 0.39 | 81.97 | 0.3 | 0.47 |
| Hex | 81 | 9B | 54 | 11 | 0 | 2E | 27 | 52 | 1E | 2F |
| Octal | 201 | 233 | 124 | 21 | 0 | 56 | 47 | 122 | 36 | 57 |
| Binary | 10000001 | 10011011 | 1010100 | 10001 | 0 | 101110 | 100111 | 1010010 | 11110 | 101111 |
Color Harmonies of #819B54
Complementary color
Monochromatic Colors of #819B54
Black with #819B54
Text Example
Text Example
White with #819B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819B54; }
p { color: rgb(129,155,84); }
H1.HeaderClassName
{
color: #819B54;
}
.AnyTagClassName
{
color: #819B54;
}
</style>
background-color css
<style>
a { background-color: #819B54; }
a { background-color: rgb(129,155,84); }
div.DivClassName
{
background-color: #819B54;
}
.BgClassName
{
background-color: #819B54;
}
</style>
border-color css
<style>
span { border-color: #819B54; }
span { border-color: rgb(129,155,84); }
td.TdClassName
{
border-color: #819B54;
}
.TagClassName
{
border-color: #819B54;
}
</style>