Shades of Citron #969A22
Tints of Citron #969A22
RGB
CMYK
RGB Variations
Color information
#969A22 (or 0x969A22) is known color: Citron. HEX triplet: 96, 9A and 22. RGB value is (150,154,34). Sum of RGB (Red+Green+Blue) = 150+154+34=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #969A22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969A22 is #6965DD. Grayscale: #8B8B8B. Windows color (decimal): -6907358 or 2267798. OLE color: 2267798.
HSL color Cylindrical-coordinate representation of color #969A22: hue angle of 62º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #969A22 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 34 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.40 |
| HSL | 62º | 0.64% | 0.37% | - |
| HSV(B) | 62º | 0.78% | 0.6% | - |
| XYZ | 24.42 | 29.71 | 5.96 | - |
| YUV | 139.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 34 | 0.03 | 0 | 0.78 | 0.40 | 62 | 0.64 | 0.37 |
| Hex | 96 | 9A | 22 | 3 | 0 | 4E | 28 | 3E | 40 | 25 |
| Octal | 226 | 232 | 42 | 3 | 0 | 116 | 50 | 76 | 100 | 45 |
| Binary | 10010110 | 10011010 | 100010 | 11 | 0 | 1001110 | 101000 | 111110 | 1000000 | 100101 |
Color Harmonies of #969A22
Complementary color
Monochromatic Colors of #969A22
Black with #969A22
Text Example
Text Example
White with #969A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A22; }
p { color: rgb(150,154,34); }
H1.HeaderClassName
{
color: #969A22;
}
.AnyTagClassName
{
color: #969A22;
}
</style>
background-color css
<style>
a { background-color: #969A22; }
a { background-color: rgb(150,154,34); }
div.DivClassName
{
background-color: #969A22;
}
.BgClassName
{
background-color: #969A22;
}
</style>
border-color css
<style>
span { border-color: #969A22; }
span { border-color: rgb(150,154,34); }
td.TdClassName
{
border-color: #969A22;
}
.TagClassName
{
border-color: #969A22;
}
</style>