Shades of Citron #969A1E
Tints of Citron #969A1E
RGB
CMYK
RGB Variations
Color information
#969A1E (or 0x969A1E) is known color: Citron. HEX triplet: 96, 9A and 1E. RGB value is (150,154,30). Sum of RGB (Red+Green+Blue) = 150+154+30=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #969A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969A1E is #6965E1. Grayscale: #8B8B8B. Windows color (decimal): -6907362 or 2005654. OLE color: 2005654.
HSL color Cylindrical-coordinate representation of color #969A1E: hue angle of 61.94º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #969A1E is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 30 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.40 |
| HSL | 61.94º | 0.67% | 0.36% | - |
| HSV(B) | 61.94º | 0.81% | 0.6% | - |
| XYZ | 24.37 | 29.69 | 5.67 | - |
| YUV | 138.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 30 | 0.03 | 0 | 0.81 | 0.40 | 61.94 | 0.67 | 0.36 |
| Hex | 96 | 9A | 1E | 3 | 0 | 51 | 28 | 3E | 43 | 24 |
| Octal | 226 | 232 | 36 | 3 | 0 | 121 | 50 | 76 | 103 | 44 |
| Binary | 10010110 | 10011010 | 11110 | 11 | 0 | 1010001 | 101000 | 111110 | 1000011 | 100100 |
Color Harmonies of #969A1E
Complementary color
Monochromatic Colors of #969A1E
Black with #969A1E
Text Example
Text Example
White with #969A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A1E; }
p { color: rgb(150,154,30); }
H1.HeaderClassName
{
color: #969A1E;
}
.AnyTagClassName
{
color: #969A1E;
}
</style>
background-color css
<style>
a { background-color: #969A1E; }
a { background-color: rgb(150,154,30); }
div.DivClassName
{
background-color: #969A1E;
}
.BgClassName
{
background-color: #969A1E;
}
</style>
border-color css
<style>
span { border-color: #969A1E; }
span { border-color: rgb(150,154,30); }
td.TdClassName
{
border-color: #969A1E;
}
.TagClassName
{
border-color: #969A1E;
}
</style>