Shades of Citron #90931C
Tints of Citron #90931C
RGB
CMYK
RGB Variations
Color information
#90931C (or 0x90931C) is known color: Citron. HEX triplet: 90, 93 and 1C. RGB value is (144,147,28). Sum of RGB (Red+Green+Blue) = 144+147+28=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #90931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90931C is #6F6CE3. Grayscale: #858585. Windows color (decimal): -7302372 or 1872784. OLE color: 1872784.
HSL color Cylindrical-coordinate representation of color #90931C: hue angle of 61.51º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90931C is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 28 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.42 |
| HSL | 61.51º | 0.68% | 0.34% | - |
| HSV(B) | 61.51º | 0.81% | 0.58% | - |
| XYZ | 22.14 | 26.88 | 5.12 | - |
| YUV | 132.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 28 | 0.02 | 0 | 0.81 | 0.42 | 61.51 | 0.68 | 0.34 |
| Hex | 90 | 93 | 1C | 2 | 0 | 51 | 2A | 3E | 44 | 22 |
| Octal | 220 | 223 | 34 | 2 | 0 | 121 | 52 | 76 | 104 | 42 |
| Binary | 10010000 | 10010011 | 11100 | 10 | 0 | 1010001 | 101010 | 111110 | 1000100 | 100010 |
Color Harmonies of #90931C
Complementary color
Monochromatic Colors of #90931C
Black with #90931C
Text Example
Text Example
White with #90931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90931C; }
p { color: rgb(144,147,28); }
H1.HeaderClassName
{
color: #90931C;
}
.AnyTagClassName
{
color: #90931C;
}
</style>
background-color css
<style>
a { background-color: #90931C; }
a { background-color: rgb(144,147,28); }
div.DivClassName
{
background-color: #90931C;
}
.BgClassName
{
background-color: #90931C;
}
</style>
border-color css
<style>
span { border-color: #90931C; }
span { border-color: rgb(144,147,28); }
td.TdClassName
{
border-color: #90931C;
}
.TagClassName
{
border-color: #90931C;
}
</style>