Shades of Chelsea Cucumber #83B34C
Tints of Chelsea Cucumber #83B34C
RGB
CMYK
RGB Variations
Color information
#83B34C (or 0x83B34C) is known color: Chelsea Cucumber. HEX triplet: 83, B3 and 4C. RGB value is (131,179,76). Sum of RGB (Red+Green+Blue) = 131+179+76=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #83B34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B34C is #7C4CB3. Grayscale: #999999. Windows color (decimal): -8146100 or 5026691. OLE color: 5026691.
HSL color Cylindrical-coordinate representation of color #83B34C: hue angle of 87.96º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83B34C is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 76 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.30 |
| HSL | 87.96º | 0.4% | 0.5% | - |
| HSV(B) | 87.96º | 0.58% | 0.7% | - |
| XYZ | 26.78 | 37.59 | 12.68 | - |
| YUV | 152.91 | 84.6 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 76 | 0.27 | 0 | 0.58 | 0.30 | 87.96 | 0.4 | 0.5 |
| Hex | 83 | B3 | 4C | 1B | 0 | 3A | 1E | 58 | 28 | 32 |
| Octal | 203 | 263 | 114 | 33 | 0 | 72 | 36 | 130 | 50 | 62 |
| Binary | 10000011 | 10110011 | 1001100 | 11011 | 0 | 111010 | 11110 | 1011000 | 101000 | 110010 |
Color Harmonies of #83B34C
Complementary color
Monochromatic Colors of #83B34C
Black with #83B34C
Text Example
Text Example
White with #83B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B34C; }
p { color: rgb(131,179,76); }
H1.HeaderClassName
{
color: #83B34C;
}
.AnyTagClassName
{
color: #83B34C;
}
</style>
background-color css
<style>
a { background-color: #83B34C; }
a { background-color: rgb(131,179,76); }
div.DivClassName
{
background-color: #83B34C;
}
.BgClassName
{
background-color: #83B34C;
}
</style>
border-color css
<style>
span { border-color: #83B34C; }
span { border-color: rgb(131,179,76); }
td.TdClassName
{
border-color: #83B34C;
}
.TagClassName
{
border-color: #83B34C;
}
</style>