Shades of Chelsea Cucumber #83AB58
Tints of Chelsea Cucumber #83AB58
RGB
CMYK
RGB Variations
Color information
#83AB58 (or 0x83AB58) is known color: Chelsea Cucumber. HEX triplet: 83, AB and 58. RGB value is (131,171,88). Sum of RGB (Red+Green+Blue) = 131+171+88=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB58 is #7C54A7. Grayscale: #959595. Windows color (decimal): -8148136 or 5811075. OLE color: 5811075.
HSL color Cylindrical-coordinate representation of color #83AB58: hue angle of 88.92º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83AB58 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 88 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.33 |
| HSL | 88.92º | 0.33% | 0.51% | - |
| HSV(B) | 88.92º | 0.49% | 0.67% | - |
| XYZ | 25.68 | 34.66 | 14.57 | - |
| YUV | 149.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 88 | 0.23 | 0 | 0.49 | 0.33 | 88.92 | 0.33 | 0.51 |
| Hex | 83 | AB | 58 | 17 | 0 | 31 | 21 | 59 | 21 | 33 |
| Octal | 203 | 253 | 130 | 27 | 0 | 61 | 41 | 131 | 41 | 63 |
| Binary | 10000011 | 10101011 | 1011000 | 10111 | 0 | 110001 | 100001 | 1011001 | 100001 | 110011 |
Color Harmonies of #83AB58
Complementary color
Monochromatic Colors of #83AB58
Black with #83AB58
Text Example
Text Example
White with #83AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB58; }
p { color: rgb(131,171,88); }
H1.HeaderClassName
{
color: #83AB58;
}
.AnyTagClassName
{
color: #83AB58;
}
</style>
background-color css
<style>
a { background-color: #83AB58; }
a { background-color: rgb(131,171,88); }
div.DivClassName
{
background-color: #83AB58;
}
.BgClassName
{
background-color: #83AB58;
}
</style>
border-color css
<style>
span { border-color: #83AB58; }
span { border-color: rgb(131,171,88); }
td.TdClassName
{
border-color: #83AB58;
}
.TagClassName
{
border-color: #83AB58;
}
</style>