Shades of Citron #969013
Tints of Citron #969013
RGB
CMYK
RGB Variations
Color information
#969013 (or 0x969013) is known color: Citron. HEX triplet: 96, 90 and 13. RGB value is (150,144,19). Sum of RGB (Red+Green+Blue) = 150+144+19=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #969013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969013 is #696FEC. Grayscale: #848484. Windows color (decimal): -6909933 or 1282198. OLE color: 1282198.
HSL color Cylindrical-coordinate representation of color #969013: hue angle of 57.25º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #969013 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 19 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.41 |
| HSL | 57.25º | 0.78% | 0.33% | - |
| HSV(B) | 57.25º | 0.87% | 0.59% | - |
| XYZ | 22.67 | 26.48 | 4.53 | - |
| YUV | 131.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 19 | 0 | 0.04 | 0.87 | 0.41 | 57.25 | 0.78 | 0.33 |
| Hex | 96 | 90 | 13 | 0 | 4 | 57 | 29 | 39 | 4E | 21 |
| Octal | 226 | 220 | 23 | 0 | 4 | 127 | 51 | 71 | 116 | 41 |
| Binary | 10010110 | 10010000 | 10011 | 0 | 100 | 1010111 | 101001 | 111001 | 1001110 | 100001 |
Color Harmonies of #969013
Complementary color
Monochromatic Colors of #969013
Black with #969013
Text Example
Text Example
White with #969013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969013; }
p { color: rgb(150,144,19); }
H1.HeaderClassName
{
color: #969013;
}
.AnyTagClassName
{
color: #969013;
}
</style>
background-color css
<style>
a { background-color: #969013; }
a { background-color: rgb(150,144,19); }
div.DivClassName
{
background-color: #969013;
}
.BgClassName
{
background-color: #969013;
}
</style>
border-color css
<style>
span { border-color: #969013; }
span { border-color: rgb(150,144,19); }
td.TdClassName
{
border-color: #969013;
}
.TagClassName
{
border-color: #969013;
}
</style>