Shades of Chelsea Cucumber #83B458
Tints of Chelsea Cucumber #83B458
RGB
CMYK
RGB Variations
Color information
#83B458 (or 0x83B458) is known color: Chelsea Cucumber. HEX triplet: 83, B4 and 58. RGB value is (131,180,88). Sum of RGB (Red+Green+Blue) = 131+180+88=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #83B458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B458 is #7C4BA7. Grayscale: #9B9B9B. Windows color (decimal): -8145832 or 5813379. OLE color: 5813379.
HSL color Cylindrical-coordinate representation of color #83B458: hue angle of 91.96º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83B458 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 180 | 88 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.29 |
| HSL | 91.96º | 0.38% | 0.53% | - |
| HSV(B) | 91.96º | 0.51% | 0.71% | - |
| XYZ | 27.44 | 38.17 | 15.15 | - |
| YUV | 154.86 | 90.27 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 180 | 88 | 0.27 | 0 | 0.51 | 0.29 | 91.96 | 0.38 | 0.53 |
| Hex | 83 | B4 | 58 | 1B | 0 | 33 | 1D | 5C | 26 | 35 |
| Octal | 203 | 264 | 130 | 33 | 0 | 63 | 35 | 134 | 46 | 65 |
| Binary | 10000011 | 10110100 | 1011000 | 11011 | 0 | 110011 | 11101 | 1011100 | 100110 | 110101 |
Color Harmonies of #83B458
Complementary color
Monochromatic Colors of #83B458
Black with #83B458
Text Example
Text Example
White with #83B458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B458; }
p { color: rgb(131,180,88); }
H1.HeaderClassName
{
color: #83B458;
}
.AnyTagClassName
{
color: #83B458;
}
</style>
background-color css
<style>
a { background-color: #83B458; }
a { background-color: rgb(131,180,88); }
div.DivClassName
{
background-color: #83B458;
}
.BgClassName
{
background-color: #83B458;
}
</style>
border-color css
<style>
span { border-color: #83B458; }
span { border-color: rgb(131,180,88); }
td.TdClassName
{
border-color: #83B458;
}
.TagClassName
{
border-color: #83B458;
}
</style>