Shades of Chelsea Cucumber #82B25B
Tints of Chelsea Cucumber #82B25B
RGB
CMYK
RGB Variations
Color information
#82B25B (or 0x82B25B) is known color: Chelsea Cucumber. HEX triplet: 82, B2 and 5B. RGB value is (130,178,91). Sum of RGB (Red+Green+Blue) = 130+178+91=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #82B25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B25B is #7D4DA4. Grayscale: #9A9A9A. Windows color (decimal): -8211877 or 6009474. OLE color: 6009474.
HSL color Cylindrical-coordinate representation of color #82B25B: hue angle of 93.1º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82B25B is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 178 | 91 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.30 |
| HSL | 93.1º | 0.36% | 0.53% | - |
| HSV(B) | 93.1º | 0.49% | 0.7% | - |
| XYZ | 27.01 | 37.34 | 15.68 | - |
| YUV | 153.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 178 | 91 | 0.27 | 0 | 0.49 | 0.30 | 93.1 | 0.36 | 0.53 |
| Hex | 82 | B2 | 5B | 1B | 0 | 31 | 1E | 5D | 24 | 35 |
| Octal | 202 | 262 | 133 | 33 | 0 | 61 | 36 | 135 | 44 | 65 |
| Binary | 10000010 | 10110010 | 1011011 | 11011 | 0 | 110001 | 11110 | 1011101 | 100100 | 110101 |
Color Harmonies of #82B25B
Complementary color
Monochromatic Colors of #82B25B
Black with #82B25B
Text Example
Text Example
White with #82B25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B25B; }
p { color: rgb(130,178,91); }
H1.HeaderClassName
{
color: #82B25B;
}
.AnyTagClassName
{
color: #82B25B;
}
</style>
background-color css
<style>
a { background-color: #82B25B; }
a { background-color: rgb(130,178,91); }
div.DivClassName
{
background-color: #82B25B;
}
.BgClassName
{
background-color: #82B25B;
}
</style>
border-color css
<style>
span { border-color: #82B25B; }
span { border-color: rgb(130,178,91); }
td.TdClassName
{
border-color: #82B25B;
}
.TagClassName
{
border-color: #82B25B;
}
</style>