Shades of Citron #90950C
Tints of Citron #90950C
RGB
CMYK
RGB Variations
Color information
#90950C (or 0x90950C) is known color: Citron. HEX triplet: 90, 95 and 0C. RGB value is (144,149,12). Sum of RGB (Red+Green+Blue) = 144+149+12=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #90950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90950C is #6F6AF3. Grayscale: #848484. Windows color (decimal): -7301876 or 824720. OLE color: 824720.
HSL color Cylindrical-coordinate representation of color #90950C: hue angle of 62.19º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90950C is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 12 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.42 |
| HSL | 62.19º | 0.85% | 0.32% | - |
| HSV(B) | 62.19º | 0.92% | 0.58% | - |
| XYZ | 22.32 | 27.45 | 4.47 | - |
| YUV | 131.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 12 | 0.03 | 0 | 0.92 | 0.42 | 62.19 | 0.85 | 0.32 |
| Hex | 90 | 95 | C | 3 | 0 | 5C | 2A | 3E | 55 | 20 |
| Octal | 220 | 225 | 14 | 3 | 0 | 134 | 52 | 76 | 125 | 40 |
| Binary | 10010000 | 10010101 | 1100 | 11 | 0 | 1011100 | 101010 | 111110 | 1010101 | 100000 |
Color Harmonies of #90950C
Complementary color
Monochromatic Colors of #90950C
Black with #90950C
Text Example
Text Example
White with #90950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90950C; }
p { color: rgb(144,149,12); }
H1.HeaderClassName
{
color: #90950C;
}
.AnyTagClassName
{
color: #90950C;
}
</style>
background-color css
<style>
a { background-color: #90950C; }
a { background-color: rgb(144,149,12); }
div.DivClassName
{
background-color: #90950C;
}
.BgClassName
{
background-color: #90950C;
}
</style>
border-color css
<style>
span { border-color: #90950C; }
span { border-color: rgb(144,149,12); }
td.TdClassName
{
border-color: #90950C;
}
.TagClassName
{
border-color: #90950C;
}
</style>