Shades of Citron #969B0A
Tints of Citron #969B0A
RGB
CMYK
RGB Variations
Color information
#969B0A (or 0x969B0A) is known color: Citron. HEX triplet: 96, 9B and 0A. RGB value is (150,155,10). Sum of RGB (Red+Green+Blue) = 150+155+10=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #969B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969B0A is #6964F5. Grayscale: #898989. Windows color (decimal): -6907126 or 695190. OLE color: 695190.
HSL color Cylindrical-coordinate representation of color #969B0A: hue angle of 62.07º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #969B0A is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 155 | 10 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.39 |
| HSL | 62.07º | 0.88% | 0.32% | - |
| HSV(B) | 62.07º | 0.94% | 0.61% | - |
| XYZ | 24.35 | 29.95 | 4.78 | - |
| YUV | 136.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 10 | 0.03 | 0 | 0.94 | 0.39 | 62.07 | 0.88 | 0.32 |
| Hex | 96 | 9B | A | 3 | 0 | 5E | 27 | 3E | 58 | 20 |
| Octal | 226 | 233 | 12 | 3 | 0 | 136 | 47 | 76 | 130 | 40 |
| Binary | 10010110 | 10011011 | 1010 | 11 | 0 | 1011110 | 100111 | 111110 | 1011000 | 100000 |
Color Harmonies of #969B0A
Complementary color
Monochromatic Colors of #969B0A
Black with #969B0A
Text Example
Text Example
White with #969B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969B0A; }
p { color: rgb(150,155,10); }
H1.HeaderClassName
{
color: #969B0A;
}
.AnyTagClassName
{
color: #969B0A;
}
</style>
background-color css
<style>
a { background-color: #969B0A; }
a { background-color: rgb(150,155,10); }
div.DivClassName
{
background-color: #969B0A;
}
.BgClassName
{
background-color: #969B0A;
}
</style>
border-color css
<style>
span { border-color: #969B0A; }
span { border-color: rgb(150,155,10); }
td.TdClassName
{
border-color: #969B0A;
}
.TagClassName
{
border-color: #969B0A;
}
</style>