Shades of Chelsea Cucumber #90B349
Tints of Chelsea Cucumber #90B349
RGB
CMYK
RGB Variations
Color information
#90B349 (or 0x90B349) is known color: Chelsea Cucumber. HEX triplet: 90, B3 and 49. RGB value is (144,179,73). Sum of RGB (Red+Green+Blue) = 144+179+73=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #90B349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B349 is #6F4CB6. Grayscale: #9C9C9C. Windows color (decimal): -7294135 or 4830096. OLE color: 4830096.
HSL color Cylindrical-coordinate representation of color #90B349: hue angle of 79.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90B349 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 73 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.30 |
| HSL | 79.81º | 0.42% | 0.49% | - |
| HSV(B) | 79.81º | 0.59% | 0.7% | - |
| XYZ | 28.82 | 38.65 | 12.24 | - |
| YUV | 156.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 73 | 0.20 | 0 | 0.59 | 0.30 | 79.81 | 0.42 | 0.49 |
| Hex | 90 | B3 | 49 | 14 | 0 | 3B | 1E | 50 | 2A | 31 |
| Octal | 220 | 263 | 111 | 24 | 0 | 73 | 36 | 120 | 52 | 61 |
| Binary | 10010000 | 10110011 | 1001001 | 10100 | 0 | 111011 | 11110 | 1010000 | 101010 | 110001 |
Color Harmonies of #90B349
Complementary color
Monochromatic Colors of #90B349
Black with #90B349
Text Example
Text Example
White with #90B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B349; }
p { color: rgb(144,179,73); }
H1.HeaderClassName
{
color: #90B349;
}
.AnyTagClassName
{
color: #90B349;
}
</style>
background-color css
<style>
a { background-color: #90B349; }
a { background-color: rgb(144,179,73); }
div.DivClassName
{
background-color: #90B349;
}
.BgClassName
{
background-color: #90B349;
}
</style>
border-color css
<style>
span { border-color: #90B349; }
span { border-color: rgb(144,179,73); }
td.TdClassName
{
border-color: #90B349;
}
.TagClassName
{
border-color: #90B349;
}
</style>