Shades of Chelsea Cucumber #83AB5C
Tints of Chelsea Cucumber #83AB5C
RGB
CMYK
RGB Variations
Color information
#83AB5C (or 0x83AB5C) is known color: Chelsea Cucumber. HEX triplet: 83, AB and 5C. RGB value is (131,171,92). Sum of RGB (Red+Green+Blue) = 131+171+92=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB5C is #7C54A3. Grayscale: #969696. Windows color (decimal): -8148132 or 6073219. OLE color: 6073219.
HSL color Cylindrical-coordinate representation of color #83AB5C: hue angle of 90.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83AB5C is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 92 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.33 |
| HSL | 90.38º | 0.32% | 0.52% | - |
| HSV(B) | 90.38º | 0.46% | 0.67% | - |
| XYZ | 25.85 | 34.72 | 15.46 | - |
| YUV | 150.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 92 | 0.23 | 0 | 0.46 | 0.33 | 90.38 | 0.32 | 0.52 |
| Hex | 83 | AB | 5C | 17 | 0 | 2E | 21 | 5A | 20 | 34 |
| Octal | 203 | 253 | 134 | 27 | 0 | 56 | 41 | 132 | 40 | 64 |
| Binary | 10000011 | 10101011 | 1011100 | 10111 | 0 | 101110 | 100001 | 1011010 | 100000 | 110100 |
Color Harmonies of #83AB5C
Complementary color
Monochromatic Colors of #83AB5C
Black with #83AB5C
Text Example
Text Example
White with #83AB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB5C; }
p { color: rgb(131,171,92); }
H1.HeaderClassName
{
color: #83AB5C;
}
.AnyTagClassName
{
color: #83AB5C;
}
</style>
background-color css
<style>
a { background-color: #83AB5C; }
a { background-color: rgb(131,171,92); }
div.DivClassName
{
background-color: #83AB5C;
}
.BgClassName
{
background-color: #83AB5C;
}
</style>
border-color css
<style>
span { border-color: #83AB5C; }
span { border-color: rgb(131,171,92); }
td.TdClassName
{
border-color: #83AB5C;
}
.TagClassName
{
border-color: #83AB5C;
}
</style>