Shades of Chelsea Cucumber #83AB4C
Tints of Chelsea Cucumber #83AB4C
RGB
CMYK
RGB Variations
Color information
#83AB4C (or 0x83AB4C) is known color: Chelsea Cucumber. HEX triplet: 83, AB and 4C. RGB value is (131,171,76). Sum of RGB (Red+Green+Blue) = 131+171+76=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AB4C is #7C54B3. Grayscale: #949494. Windows color (decimal): -8148148 or 5024643. OLE color: 5024643.
HSL color Cylindrical-coordinate representation of color #83AB4C: hue angle of 85.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83AB4C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 76 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.33 |
| HSL | 85.26º | 0.38% | 0.48% | - |
| HSV(B) | 85.26º | 0.56% | 0.67% | - |
| XYZ | 25.23 | 34.47 | 12.16 | - |
| YUV | 148.21 | 87.25 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 76 | 0.23 | 0 | 0.56 | 0.33 | 85.26 | 0.38 | 0.48 |
| Hex | 83 | AB | 4C | 17 | 0 | 38 | 21 | 55 | 26 | 30 |
| Octal | 203 | 253 | 114 | 27 | 0 | 70 | 41 | 125 | 46 | 60 |
| Binary | 10000011 | 10101011 | 1001100 | 10111 | 0 | 111000 | 100001 | 1010101 | 100110 | 110000 |
Color Harmonies of #83AB4C
Complementary color
Monochromatic Colors of #83AB4C
Black with #83AB4C
Text Example
Text Example
White with #83AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB4C; }
p { color: rgb(131,171,76); }
H1.HeaderClassName
{
color: #83AB4C;
}
.AnyTagClassName
{
color: #83AB4C;
}
</style>
background-color css
<style>
a { background-color: #83AB4C; }
a { background-color: rgb(131,171,76); }
div.DivClassName
{
background-color: #83AB4C;
}
.BgClassName
{
background-color: #83AB4C;
}
</style>
border-color css
<style>
span { border-color: #83AB4C; }
span { border-color: rgb(131,171,76); }
td.TdClassName
{
border-color: #83AB4C;
}
.TagClassName
{
border-color: #83AB4C;
}
</style>