Shades of Citron #969219
Tints of Citron #969219
RGB
CMYK
RGB Variations
Color information
#969219 (or 0x969219) is known color: Citron. HEX triplet: 96, 92 and 19. RGB value is (150,146,25). Sum of RGB (Red+Green+Blue) = 150+146+25=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #969219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969219 is #696DE6. Grayscale: #858585. Windows color (decimal): -6909415 or 1675926. OLE color: 1675926.
HSL color Cylindrical-coordinate representation of color #969219: hue angle of 58.08º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #969219 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 25 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.41 |
| HSL | 58.08º | 0.71% | 0.34% | - |
| HSV(B) | 58.08º | 0.83% | 0.59% | - |
| XYZ | 23.03 | 27.11 | 4.94 | - |
| YUV | 133.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 25 | 0 | 0.03 | 0.83 | 0.41 | 58.08 | 0.71 | 0.34 |
| Hex | 96 | 92 | 19 | 0 | 3 | 53 | 29 | 3A | 47 | 22 |
| Octal | 226 | 222 | 31 | 0 | 3 | 123 | 51 | 72 | 107 | 42 |
| Binary | 10010110 | 10010010 | 11001 | 0 | 11 | 1010011 | 101001 | 111010 | 1000111 | 100010 |
Color Harmonies of #969219
Complementary color
Monochromatic Colors of #969219
Black with #969219
Text Example
Text Example
White with #969219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969219; }
p { color: rgb(150,146,25); }
H1.HeaderClassName
{
color: #969219;
}
.AnyTagClassName
{
color: #969219;
}
</style>
background-color css
<style>
a { background-color: #969219; }
a { background-color: rgb(150,146,25); }
div.DivClassName
{
background-color: #969219;
}
.BgClassName
{
background-color: #969219;
}
</style>
border-color css
<style>
span { border-color: #969219; }
span { border-color: rgb(150,146,25); }
td.TdClassName
{
border-color: #969219;
}
.TagClassName
{
border-color: #969219;
}
</style>