Shades of Chelsea Cucumber #8BB25C
Tints of Chelsea Cucumber #8BB25C
RGB
CMYK
RGB Variations
Color information
#8BB25C (or 0x8BB25C) is known color: Chelsea Cucumber. HEX triplet: 8B, B2 and 5C. RGB value is (139,178,92). Sum of RGB (Red+Green+Blue) = 139+178+92=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB25C is #744DA3. Grayscale: #9C9C9C. Windows color (decimal): -7622052 or 6075019. OLE color: 6075019.
HSL color Cylindrical-coordinate representation of color #8BB25C: hue angle of 87.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BB25C is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 178 | 92 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.30 |
| HSL | 87.21º | 0.36% | 0.53% | - |
| HSV(B) | 87.21º | 0.48% | 0.7% | - |
| XYZ | 28.5 | 38.1 | 15.98 | - |
| YUV | 156.54 | 91.58 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 92 | 0.22 | 0 | 0.48 | 0.30 | 87.21 | 0.36 | 0.53 |
| Hex | 8B | B2 | 5C | 16 | 0 | 30 | 1E | 57 | 24 | 35 |
| Octal | 213 | 262 | 134 | 26 | 0 | 60 | 36 | 127 | 44 | 65 |
| Binary | 10001011 | 10110010 | 1011100 | 10110 | 0 | 110000 | 11110 | 1010111 | 100100 | 110101 |
Color Harmonies of #8BB25C
Complementary color
Monochromatic Colors of #8BB25C
Black with #8BB25C
Text Example
Text Example
White with #8BB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB25C; }
p { color: rgb(139,178,92); }
H1.HeaderClassName
{
color: #8BB25C;
}
.AnyTagClassName
{
color: #8BB25C;
}
</style>
background-color css
<style>
a { background-color: #8BB25C; }
a { background-color: rgb(139,178,92); }
div.DivClassName
{
background-color: #8BB25C;
}
.BgClassName
{
background-color: #8BB25C;
}
</style>
border-color css
<style>
span { border-color: #8BB25C; }
span { border-color: rgb(139,178,92); }
td.TdClassName
{
border-color: #8BB25C;
}
.TagClassName
{
border-color: #8BB25C;
}
</style>