Shades of Citrus #90B308
Tints of Citrus #90B308
RGB
CMYK
RGB Variations
Color information
#90B308 (or 0x90B308) is known color: Citrus. HEX triplet: 90, B3 and 08. RGB value is (144,179,8). Sum of RGB (Red+Green+Blue) = 144+179+8=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #90B308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B308 is #6F4CF7. Grayscale: #959595. Windows color (decimal): -7294200 or 570256. OLE color: 570256.
HSL color Cylindrical-coordinate representation of color #90B308: hue angle of 72.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90B308 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.30 |
| HSL | 72.28º | 0.91% | 0.37% | - |
| HSV(B) | 72.28º | 0.96% | 0.7% | - |
| XYZ | 27.67 | 38.19 | 6.14 | - |
| YUV | 149.04 | 48.4 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 8 | 0.20 | 0 | 0.96 | 0.30 | 72.28 | 0.91 | 0.37 |
| Hex | 90 | B3 | 8 | 14 | 0 | 60 | 1E | 48 | 5B | 25 |
| Octal | 220 | 263 | 10 | 24 | 0 | 140 | 36 | 110 | 133 | 45 |
| Binary | 10010000 | 10110011 | 1000 | 10100 | 0 | 1100000 | 11110 | 1001000 | 1011011 | 100101 |
Color Harmonies of #90B308
Complementary color
Monochromatic Colors of #90B308
Black with #90B308
Text Example
Text Example
White with #90B308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B308; }
p { color: rgb(144,179,8); }
H1.HeaderClassName
{
color: #90B308;
}
.AnyTagClassName
{
color: #90B308;
}
</style>
background-color css
<style>
a { background-color: #90B308; }
a { background-color: rgb(144,179,8); }
div.DivClassName
{
background-color: #90B308;
}
.BgClassName
{
background-color: #90B308;
}
</style>
border-color css
<style>
span { border-color: #90B308; }
span { border-color: rgb(144,179,8); }
td.TdClassName
{
border-color: #90B308;
}
.TagClassName
{
border-color: #90B308;
}
</style>