Shades of Chelsea Cucumber #99B348
Tints of Chelsea Cucumber #99B348
RGB
CMYK
RGB Variations
Color information
#99B348 (or 0x99B348) is known color: Chelsea Cucumber. HEX triplet: 99, B3 and 48. RGB value is (153,179,72). Sum of RGB (Red+Green+Blue) = 153+179+72=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #99B348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B348 is #664CB7. Grayscale: #9F9F9F. Windows color (decimal): -6704312 or 4764569. OLE color: 4764569.
HSL color Cylindrical-coordinate representation of color #99B348: hue angle of 74.58º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99B348 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 72 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.30 |
| HSL | 74.58º | 0.43% | 0.49% | - |
| HSV(B) | 74.58º | 0.6% | 0.7% | - |
| XYZ | 30.43 | 39.48 | 12.15 | - |
| YUV | 159.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 72 | 0.15 | 0 | 0.60 | 0.30 | 74.58 | 0.43 | 0.49 |
| Hex | 99 | B3 | 48 | F | 0 | 3C | 1E | 4B | 2B | 31 |
| Octal | 231 | 263 | 110 | 17 | 0 | 74 | 36 | 113 | 53 | 61 |
| Binary | 10011001 | 10110011 | 1001000 | 1111 | 0 | 111100 | 11110 | 1001011 | 101011 | 110001 |
Color Harmonies of #99B348
Complementary color
Monochromatic Colors of #99B348
Black with #99B348
Text Example
Text Example
White with #99B348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B348; }
p { color: rgb(153,179,72); }
H1.HeaderClassName
{
color: #99B348;
}
.AnyTagClassName
{
color: #99B348;
}
</style>
background-color css
<style>
a { background-color: #99B348; }
a { background-color: rgb(153,179,72); }
div.DivClassName
{
background-color: #99B348;
}
.BgClassName
{
background-color: #99B348;
}
</style>
border-color css
<style>
span { border-color: #99B348; }
span { border-color: rgb(153,179,72); }
td.TdClassName
{
border-color: #99B348;
}
.TagClassName
{
border-color: #99B348;
}
</style>