Shades of Chelsea Cucumber #83B153
Tints of Chelsea Cucumber #83B153
RGB
CMYK
RGB Variations
Color information
#83B153 (or 0x83B153) is known color: Chelsea Cucumber. HEX triplet: 83, B1 and 53. RGB value is (131,177,83). Sum of RGB (Red+Green+Blue) = 131+177+83=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #83B153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B153 is #7C4EAC. Grayscale: #989898. Windows color (decimal): -8146605 or 5484931. OLE color: 5484931.
HSL color Cylindrical-coordinate representation of color #83B153: hue angle of 89.36º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83B153 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 83 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.31 |
| HSL | 89.36º | 0.38% | 0.51% | - |
| HSV(B) | 89.36º | 0.53% | 0.69% | - |
| XYZ | 26.64 | 36.89 | 13.9 | - |
| YUV | 152.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 83 | 0.26 | 0 | 0.53 | 0.31 | 89.36 | 0.38 | 0.51 |
| Hex | 83 | B1 | 53 | 1A | 0 | 35 | 1F | 59 | 26 | 33 |
| Octal | 203 | 261 | 123 | 32 | 0 | 65 | 37 | 131 | 46 | 63 |
| Binary | 10000011 | 10110001 | 1010011 | 11010 | 0 | 110101 | 11111 | 1011001 | 100110 | 110011 |
Color Harmonies of #83B153
Complementary color
Monochromatic Colors of #83B153
Black with #83B153
Text Example
Text Example
White with #83B153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B153; }
p { color: rgb(131,177,83); }
H1.HeaderClassName
{
color: #83B153;
}
.AnyTagClassName
{
color: #83B153;
}
</style>
background-color css
<style>
a { background-color: #83B153; }
a { background-color: rgb(131,177,83); }
div.DivClassName
{
background-color: #83B153;
}
.BgClassName
{
background-color: #83B153;
}
</style>
border-color css
<style>
span { border-color: #83B153; }
span { border-color: rgb(131,177,83); }
td.TdClassName
{
border-color: #83B153;
}
.TagClassName
{
border-color: #83B153;
}
</style>