Shades of Chelsea Cucumber #98B24A
Tints of Chelsea Cucumber #98B24A
RGB
CMYK
RGB Variations
Color information
#98B24A (or 0x98B24A) is known color: Chelsea Cucumber. HEX triplet: 98, B2 and 4A. RGB value is (152,178,74). Sum of RGB (Red+Green+Blue) = 152+178+74=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #98B24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98B24A is #674DB5. Grayscale: #9E9E9E. Windows color (decimal): -6770102 or 4895384. OLE color: 4895384.
HSL color Cylindrical-coordinate representation of color #98B24A: hue angle of 75º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98B24A is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 178 | 74 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.30 |
| HSL | 75º | 0.41% | 0.49% | - |
| HSV(B) | 75º | 0.58% | 0.7% | - |
| XYZ | 30.11 | 39.01 | 12.42 | - |
| YUV | 158.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 178 | 74 | 0.15 | 0 | 0.58 | 0.30 | 75 | 0.41 | 0.49 |
| Hex | 98 | B2 | 4A | F | 0 | 3A | 1E | 4B | 29 | 31 |
| Octal | 230 | 262 | 112 | 17 | 0 | 72 | 36 | 113 | 51 | 61 |
| Binary | 10011000 | 10110010 | 1001010 | 1111 | 0 | 111010 | 11110 | 1001011 | 101001 | 110001 |
Color Harmonies of #98B24A
Complementary color
Monochromatic Colors of #98B24A
Black with #98B24A
Text Example
Text Example
White with #98B24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B24A; }
p { color: rgb(152,178,74); }
H1.HeaderClassName
{
color: #98B24A;
}
.AnyTagClassName
{
color: #98B24A;
}
</style>
background-color css
<style>
a { background-color: #98B24A; }
a { background-color: rgb(152,178,74); }
div.DivClassName
{
background-color: #98B24A;
}
.BgClassName
{
background-color: #98B24A;
}
</style>
border-color css
<style>
span { border-color: #98B24A; }
span { border-color: rgb(152,178,74); }
td.TdClassName
{
border-color: #98B24A;
}
.TagClassName
{
border-color: #98B24A;
}
</style>