Shades of Chelsea Cucumber #83B058
Tints of Chelsea Cucumber #83B058
RGB
CMYK
RGB Variations
Color information
#83B058 (or 0x83B058) is known color: Chelsea Cucumber. HEX triplet: 83, B0 and 58. RGB value is (131,176,88). Sum of RGB (Red+Green+Blue) = 131+176+88=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 176 - color contains mainly: green. Hex color #83B058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B058 is #7C4FA7. Grayscale: #989898. Windows color (decimal): -8146856 or 5812355. OLE color: 5812355.
HSL color Cylindrical-coordinate representation of color #83B058: hue angle of 90.68º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83B058 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 176 | 88 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.31 |
| HSL | 90.68º | 0.36% | 0.52% | - |
| HSV(B) | 90.68º | 0.5% | 0.69% | - |
| XYZ | 26.65 | 36.58 | 14.89 | - |
| YUV | 152.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 176 | 88 | 0.26 | 0 | 0.50 | 0.31 | 90.68 | 0.36 | 0.52 |
| Hex | 83 | B0 | 58 | 1A | 0 | 32 | 1F | 5B | 24 | 34 |
| Octal | 203 | 260 | 130 | 32 | 0 | 62 | 37 | 133 | 44 | 64 |
| Binary | 10000011 | 10110000 | 1011000 | 11010 | 0 | 110010 | 11111 | 1011011 | 100100 | 110100 |
Color Harmonies of #83B058
Complementary color
Monochromatic Colors of #83B058
Black with #83B058
Text Example
Text Example
White with #83B058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B058; }
p { color: rgb(131,176,88); }
H1.HeaderClassName
{
color: #83B058;
}
.AnyTagClassName
{
color: #83B058;
}
</style>
background-color css
<style>
a { background-color: #83B058; }
a { background-color: rgb(131,176,88); }
div.DivClassName
{
background-color: #83B058;
}
.BgClassName
{
background-color: #83B058;
}
</style>
border-color css
<style>
span { border-color: #83B058; }
span { border-color: rgb(131,176,88); }
td.TdClassName
{
border-color: #83B058;
}
.TagClassName
{
border-color: #83B058;
}
</style>