Shades of Chelsea Cucumber #83AF56
Tints of Chelsea Cucumber #83AF56
RGB
CMYK
RGB Variations
Color information
#83AF56 (or 0x83AF56) is known color: Chelsea Cucumber. HEX triplet: 83, AF and 56. RGB value is (131,175,86). Sum of RGB (Red+Green+Blue) = 131+175+86=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF56 is #7C50A9. Grayscale: #989898. Windows color (decimal): -8147114 or 5681027. OLE color: 5681027.
HSL color Cylindrical-coordinate representation of color #83AF56: hue angle of 89.66º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83AF56 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 86 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.31 |
| HSL | 89.66º | 0.36% | 0.51% | - |
| HSV(B) | 89.66º | 0.51% | 0.69% | - |
| XYZ | 26.37 | 36.16 | 14.39 | - |
| YUV | 151.7 | 90.92 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 86 | 0.25 | 0 | 0.51 | 0.31 | 89.66 | 0.36 | 0.51 |
| Hex | 83 | AF | 56 | 19 | 0 | 33 | 1F | 5A | 24 | 33 |
| Octal | 203 | 257 | 126 | 31 | 0 | 63 | 37 | 132 | 44 | 63 |
| Binary | 10000011 | 10101111 | 1010110 | 11001 | 0 | 110011 | 11111 | 1011010 | 100100 | 110011 |
Color Harmonies of #83AF56
Complementary color
Monochromatic Colors of #83AF56
Black with #83AF56
Text Example
Text Example
White with #83AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AF56; }
p { color: rgb(131,175,86); }
H1.HeaderClassName
{
color: #83AF56;
}
.AnyTagClassName
{
color: #83AF56;
}
</style>
background-color css
<style>
a { background-color: #83AF56; }
a { background-color: rgb(131,175,86); }
div.DivClassName
{
background-color: #83AF56;
}
.BgClassName
{
background-color: #83AF56;
}
</style>
border-color css
<style>
span { border-color: #83AF56; }
span { border-color: rgb(131,175,86); }
td.TdClassName
{
border-color: #83AF56;
}
.TagClassName
{
border-color: #83AF56;
}
</style>