Shades of Chelsea Cucumber #83B150
Tints of Chelsea Cucumber #83B150
RGB
CMYK
RGB Variations
Color information
#83B150 (or 0x83B150) is known color: Chelsea Cucumber. HEX triplet: 83, B1 and 50. RGB value is (131,177,80). Sum of RGB (Red+Green+Blue) = 131+177+80=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #83B150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B150 is #7C4EAF. Grayscale: #989898. Windows color (decimal): -8146608 or 5288323. OLE color: 5288323.
HSL color Cylindrical-coordinate representation of color #83B150: hue angle of 88.45º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83B150 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 80 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.31 |
| HSL | 88.45º | 0.38% | 0.5% | - |
| HSV(B) | 88.45º | 0.55% | 0.69% | - |
| XYZ | 26.53 | 36.85 | 13.3 | - |
| YUV | 152.19 | 87.26 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 80 | 0.26 | 0 | 0.55 | 0.31 | 88.45 | 0.38 | 0.5 |
| Hex | 83 | B1 | 50 | 1A | 0 | 37 | 1F | 58 | 26 | 32 |
| Octal | 203 | 261 | 120 | 32 | 0 | 67 | 37 | 130 | 46 | 62 |
| Binary | 10000011 | 10110001 | 1010000 | 11010 | 0 | 110111 | 11111 | 1011000 | 100110 | 110010 |
Color Harmonies of #83B150
Complementary color
Monochromatic Colors of #83B150
Black with #83B150
Text Example
Text Example
White with #83B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B150; }
p { color: rgb(131,177,80); }
H1.HeaderClassName
{
color: #83B150;
}
.AnyTagClassName
{
color: #83B150;
}
</style>
background-color css
<style>
a { background-color: #83B150; }
a { background-color: rgb(131,177,80); }
div.DivClassName
{
background-color: #83B150;
}
.BgClassName
{
background-color: #83B150;
}
</style>
border-color css
<style>
span { border-color: #83B150; }
span { border-color: rgb(131,177,80); }
td.TdClassName
{
border-color: #83B150;
}
.TagClassName
{
border-color: #83B150;
}
</style>