Shades of Citron #969A21
Tints of Citron #969A21
RGB
CMYK
RGB Variations
Color information
#969A21 (or 0x969A21) is known color: Citron. HEX triplet: 96, 9A and 21. RGB value is (150,154,33). Sum of RGB (Red+Green+Blue) = 150+154+33=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #969A21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969A21 is #6965DE. Grayscale: #8B8B8B. Windows color (decimal): -6907359 or 2202262. OLE color: 2202262.
HSL color Cylindrical-coordinate representation of color #969A21: hue angle of 61.98º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #969A21 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 33 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.40 |
| HSL | 61.98º | 0.65% | 0.37% | - |
| HSV(B) | 61.98º | 0.79% | 0.6% | - |
| XYZ | 24.41 | 29.71 | 5.89 | - |
| YUV | 139.01 | 68.17 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 33 | 0.03 | 0 | 0.79 | 0.40 | 61.98 | 0.65 | 0.37 |
| Hex | 96 | 9A | 21 | 3 | 0 | 4F | 28 | 3E | 41 | 25 |
| Octal | 226 | 232 | 41 | 3 | 0 | 117 | 50 | 76 | 101 | 45 |
| Binary | 10010110 | 10011010 | 100001 | 11 | 0 | 1001111 | 101000 | 111110 | 1000001 | 100101 |
Color Harmonies of #969A21
Complementary color
Monochromatic Colors of #969A21
Black with #969A21
Text Example
Text Example
White with #969A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A21; }
p { color: rgb(150,154,33); }
H1.HeaderClassName
{
color: #969A21;
}
.AnyTagClassName
{
color: #969A21;
}
</style>
background-color css
<style>
a { background-color: #969A21; }
a { background-color: rgb(150,154,33); }
div.DivClassName
{
background-color: #969A21;
}
.BgClassName
{
background-color: #969A21;
}
</style>
border-color css
<style>
span { border-color: #969A21; }
span { border-color: rgb(150,154,33); }
td.TdClassName
{
border-color: #969A21;
}
.TagClassName
{
border-color: #969A21;
}
</style>