Shades of Citrus #90B303
Tints of Citrus #90B303
RGB
CMYK
RGB Variations
Color information
#90B303 (or 0x90B303) is known color: Citrus. HEX triplet: 90, B3 and 03. RGB value is (144,179,3). Sum of RGB (Red+Green+Blue) = 144+179+3=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #90B303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B303 is #6F4CFC. Grayscale: #959595. Windows color (decimal): -7294205 or 242576. OLE color: 242576.
HSL color Cylindrical-coordinate representation of color #90B303: hue angle of 71.93º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90B303 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 3 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.30 |
| HSL | 71.93º | 0.97% | 0.36% | - |
| HSV(B) | 71.93º | 0.98% | 0.7% | - |
| XYZ | 27.64 | 38.18 | 6 | - |
| YUV | 148.47 | 45.9 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 3 | 0.20 | 0 | 0.98 | 0.30 | 71.93 | 0.97 | 0.36 |
| Hex | 90 | B3 | 3 | 14 | 0 | 62 | 1E | 48 | 61 | 24 |
| Octal | 220 | 263 | 3 | 24 | 0 | 142 | 36 | 110 | 141 | 44 |
| Binary | 10010000 | 10110011 | 11 | 10100 | 0 | 1100010 | 11110 | 1001000 | 1100001 | 100100 |
Color Harmonies of #90B303
Complementary color
Monochromatic Colors of #90B303
Black with #90B303
Text Example
Text Example
White with #90B303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B303; }
p { color: rgb(144,179,3); }
H1.HeaderClassName
{
color: #90B303;
}
.AnyTagClassName
{
color: #90B303;
}
</style>
background-color css
<style>
a { background-color: #90B303; }
a { background-color: rgb(144,179,3); }
div.DivClassName
{
background-color: #90B303;
}
.BgClassName
{
background-color: #90B303;
}
</style>
border-color css
<style>
span { border-color: #90B303; }
span { border-color: rgb(144,179,3); }
td.TdClassName
{
border-color: #90B303;
}
.TagClassName
{
border-color: #90B303;
}
</style>