Shades of Chelsea Cucumber #83B151
Tints of Chelsea Cucumber #83B151
RGB
CMYK
RGB Variations
Color information
#83B151 (or 0x83B151) is known color: Chelsea Cucumber. HEX triplet: 83, B1 and 51. RGB value is (131,177,81). Sum of RGB (Red+Green+Blue) = 131+177+81=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #83B151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B151 is #7C4EAE. Grayscale: #989898. Windows color (decimal): -8146607 or 5353859. OLE color: 5353859.
HSL color Cylindrical-coordinate representation of color #83B151: hue angle of 88.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83B151 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 81 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.31 |
| HSL | 88.75º | 0.38% | 0.51% | - |
| HSV(B) | 88.75º | 0.54% | 0.69% | - |
| XYZ | 26.57 | 36.86 | 13.5 | - |
| YUV | 152.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 81 | 0.26 | 0 | 0.54 | 0.31 | 88.75 | 0.38 | 0.51 |
| Hex | 83 | B1 | 51 | 1A | 0 | 36 | 1F | 59 | 26 | 33 |
| Octal | 203 | 261 | 121 | 32 | 0 | 66 | 37 | 131 | 46 | 63 |
| Binary | 10000011 | 10110001 | 1010001 | 11010 | 0 | 110110 | 11111 | 1011001 | 100110 | 110011 |
Color Harmonies of #83B151
Complementary color
Monochromatic Colors of #83B151
Black with #83B151
Text Example
Text Example
White with #83B151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B151; }
p { color: rgb(131,177,81); }
H1.HeaderClassName
{
color: #83B151;
}
.AnyTagClassName
{
color: #83B151;
}
</style>
background-color css
<style>
a { background-color: #83B151; }
a { background-color: rgb(131,177,81); }
div.DivClassName
{
background-color: #83B151;
}
.BgClassName
{
background-color: #83B151;
}
</style>
border-color css
<style>
span { border-color: #83B151; }
span { border-color: rgb(131,177,81); }
td.TdClassName
{
border-color: #83B151;
}
.TagClassName
{
border-color: #83B151;
}
</style>