Shades of Citron #919A20
Tints of Citron #919A20
RGB
CMYK
RGB Variations
Color information
#919A20 (or 0x919A20) is known color: Citron. HEX triplet: 91, 9A and 20. RGB value is (145,154,32). Sum of RGB (Red+Green+Blue) = 145+154+32=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #919A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919A20 is #6E65DF. Grayscale: #898989. Windows color (decimal): -7235040 or 2136721. OLE color: 2136721.
HSL color Cylindrical-coordinate representation of color #919A20: hue angle of 64.43º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #919A20 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 32 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.40 |
| HSL | 64.43º | 0.66% | 0.36% | - |
| HSV(B) | 64.43º | 0.79% | 0.6% | - |
| XYZ | 23.49 | 29.24 | 5.77 | - |
| YUV | 137.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 32 | 0.06 | 0 | 0.79 | 0.40 | 64.43 | 0.66 | 0.36 |
| Hex | 91 | 9A | 20 | 6 | 0 | 4F | 28 | 40 | 42 | 24 |
| Octal | 221 | 232 | 40 | 6 | 0 | 117 | 50 | 100 | 102 | 44 |
| Binary | 10010001 | 10011010 | 100000 | 110 | 0 | 1001111 | 101000 | 1000000 | 1000010 | 100100 |
Color Harmonies of #919A20
Complementary color
Monochromatic Colors of #919A20
Black with #919A20
Text Example
Text Example
White with #919A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A20; }
p { color: rgb(145,154,32); }
H1.HeaderClassName
{
color: #919A20;
}
.AnyTagClassName
{
color: #919A20;
}
</style>
background-color css
<style>
a { background-color: #919A20; }
a { background-color: rgb(145,154,32); }
div.DivClassName
{
background-color: #919A20;
}
.BgClassName
{
background-color: #919A20;
}
</style>
border-color css
<style>
span { border-color: #919A20; }
span { border-color: rgb(145,154,32); }
td.TdClassName
{
border-color: #919A20;
}
.TagClassName
{
border-color: #919A20;
}
</style>