Shades of Citron #90992B
Tints of Citron #90992B
RGB
CMYK
RGB Variations
Color information
#90992B (or 0x90992B) is known color: Citron. HEX triplet: 90, 99 and 2B. RGB value is (144,153,43). Sum of RGB (Red+Green+Blue) = 144+153+43=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #90992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90992B is #6F66D4. Grayscale: #8A8A8A. Windows color (decimal): -7300821 or 2857360. OLE color: 2857360.
HSL color Cylindrical-coordinate representation of color #90992B: hue angle of 64.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90992B is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 43 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.4 |
| HSL | 64.91º | 0.56% | 0.38% | - |
| HSV(B) | 64.91º | 0.72% | 0.6% | - |
| XYZ | 23.33 | 28.89 | 6.63 | - |
| YUV | 137.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 43 | 0.06 | 0 | 0.72 | 0.4 | 64.91 | 0.56 | 0.38 |
| Hex | 90 | 99 | 2B | 6 | 0 | 48 | 28 | 41 | 38 | 26 |
| Octal | 220 | 231 | 53 | 6 | 0 | 110 | 50 | 101 | 70 | 46 |
| Binary | 10010000 | 10011001 | 101011 | 110 | 0 | 1001000 | 101000 | 1000001 | 111000 | 100110 |
Color Harmonies of #90992B
Complementary color
Monochromatic Colors of #90992B
Black with #90992B
Text Example
Text Example
White with #90992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90992B; }
p { color: rgb(144,153,43); }
H1.HeaderClassName
{
color: #90992B;
}
.AnyTagClassName
{
color: #90992B;
}
</style>
background-color css
<style>
a { background-color: #90992B; }
a { background-color: rgb(144,153,43); }
div.DivClassName
{
background-color: #90992B;
}
.BgClassName
{
background-color: #90992B;
}
</style>
border-color css
<style>
span { border-color: #90992B; }
span { border-color: rgb(144,153,43); }
td.TdClassName
{
border-color: #90992B;
}
.TagClassName
{
border-color: #90992B;
}
</style>