Shades of Citron #919930
Tints of Citron #919930
RGB
CMYK
RGB Variations
Color information
#919930 (or 0x919930) is known color: Citron. HEX triplet: 91, 99 and 30. RGB value is (145,153,48). Sum of RGB (Red+Green+Blue) = 145+153+48=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #919930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919930 is #6E66CF. Grayscale: #8B8B8B. Windows color (decimal): -7235280 or 3185041. OLE color: 3185041.
HSL color Cylindrical-coordinate representation of color #919930: hue angle of 64.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #919930 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 48 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.4 |
| HSL | 64.57º | 0.52% | 0.39% | - |
| HSV(B) | 64.57º | 0.69% | 0.6% | - |
| XYZ | 23.6 | 29.02 | 7.15 | - |
| YUV | 138.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 48 | 0.05 | 0 | 0.69 | 0.4 | 64.57 | 0.52 | 0.39 |
| Hex | 91 | 99 | 30 | 5 | 0 | 45 | 28 | 41 | 34 | 27 |
| Octal | 221 | 231 | 60 | 5 | 0 | 105 | 50 | 101 | 64 | 47 |
| Binary | 10010001 | 10011001 | 110000 | 101 | 0 | 1000101 | 101000 | 1000001 | 110100 | 100111 |
Color Harmonies of #919930
Complementary color
Monochromatic Colors of #919930
Black with #919930
Text Example
Text Example
White with #919930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919930; }
p { color: rgb(145,153,48); }
H1.HeaderClassName
{
color: #919930;
}
.AnyTagClassName
{
color: #919930;
}
</style>
background-color css
<style>
a { background-color: #919930; }
a { background-color: rgb(145,153,48); }
div.DivClassName
{
background-color: #919930;
}
.BgClassName
{
background-color: #919930;
}
</style>
border-color css
<style>
span { border-color: #919930; }
span { border-color: rgb(145,153,48); }
td.TdClassName
{
border-color: #919930;
}
.TagClassName
{
border-color: #919930;
}
</style>