Shades of Citron #9A961F
Tints of Citron #9A961F
RGB
CMYK
RGB Variations
Color information
#9A961F (or 0x9A961F) is known color: Citron. HEX triplet: 9A, 96 and 1F. RGB value is (154,150,31). Sum of RGB (Red+Green+Blue) = 154+150+31=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A961F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A961F is #6569E0. Grayscale: #8A8A8A. Windows color (decimal): -6646241 or 2070170. OLE color: 2070170.
HSL color Cylindrical-coordinate representation of color #9A961F: hue angle of 58.05º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A961F is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 150 | 31 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.40 |
| HSL | 58.05º | 0.66% | 0.36% | - |
| HSV(B) | 58.05º | 0.8% | 0.6% | - |
| XYZ | 24.48 | 28.78 | 5.56 | - |
| YUV | 137.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 31 | 0 | 0.03 | 0.80 | 0.40 | 58.05 | 0.66 | 0.36 |
| Hex | 9A | 96 | 1F | 0 | 3 | 50 | 28 | 3A | 42 | 24 |
| Octal | 232 | 226 | 37 | 0 | 3 | 120 | 50 | 72 | 102 | 44 |
| Binary | 10011010 | 10010110 | 11111 | 0 | 11 | 1010000 | 101000 | 111010 | 1000010 | 100100 |
Color Harmonies of #9A961F
Complementary color
Monochromatic Colors of #9A961F
Black with #9A961F
Text Example
Text Example
White with #9A961F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A961F; }
p { color: rgb(154,150,31); }
H1.HeaderClassName
{
color: #9A961F;
}
.AnyTagClassName
{
color: #9A961F;
}
</style>
background-color css
<style>
a { background-color: #9A961F; }
a { background-color: rgb(154,150,31); }
div.DivClassName
{
background-color: #9A961F;
}
.BgClassName
{
background-color: #9A961F;
}
</style>
border-color css
<style>
span { border-color: #9A961F; }
span { border-color: rgb(154,150,31); }
td.TdClassName
{
border-color: #9A961F;
}
.TagClassName
{
border-color: #9A961F;
}
</style>