Shades of Citrus #90B70C
Tints of Citrus #90B70C
RGB
CMYK
RGB Variations
Color information
#90B70C (or 0x90B70C) is known color: Citrus. HEX triplet: 90, B7 and 0C. RGB value is (144,183,12). Sum of RGB (Red+Green+Blue) = 144+183+12=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #90B70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B70C is #6F48F3. Grayscale: #989898. Windows color (decimal): -7293172 or 833424. OLE color: 833424.
HSL color Cylindrical-coordinate representation of color #90B70C: hue angle of 73.68º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90B70C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 12 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.28 |
| HSL | 73.68º | 0.88% | 0.38% | - |
| HSV(B) | 73.68º | 0.93% | 0.72% | - |
| XYZ | 28.5 | 39.82 | 6.53 | - |
| YUV | 151.85 | 49.08 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 12 | 0.21 | 0 | 0.93 | 0.28 | 73.68 | 0.88 | 0.38 |
| Hex | 90 | B7 | C | 15 | 0 | 5D | 1C | 4A | 58 | 26 |
| Octal | 220 | 267 | 14 | 25 | 0 | 135 | 34 | 112 | 130 | 46 |
| Binary | 10010000 | 10110111 | 1100 | 10101 | 0 | 1011101 | 11100 | 1001010 | 1011000 | 100110 |
Color Harmonies of #90B70C
Complementary color
Monochromatic Colors of #90B70C
Black with #90B70C
Text Example
Text Example
White with #90B70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B70C; }
p { color: rgb(144,183,12); }
H1.HeaderClassName
{
color: #90B70C;
}
.AnyTagClassName
{
color: #90B70C;
}
</style>
background-color css
<style>
a { background-color: #90B70C; }
a { background-color: rgb(144,183,12); }
div.DivClassName
{
background-color: #90B70C;
}
.BgClassName
{
background-color: #90B70C;
}
</style>
border-color css
<style>
span { border-color: #90B70C; }
span { border-color: rgb(144,183,12); }
td.TdClassName
{
border-color: #90B70C;
}
.TagClassName
{
border-color: #90B70C;
}
</style>