Shades of Citron #969B0E
Tints of Citron #969B0E
RGB
CMYK
RGB Variations
Color information
#969B0E (or 0x969B0E) is known color: Citron. HEX triplet: 96, 9B and 0E. RGB value is (150,155,14). Sum of RGB (Red+Green+Blue) = 150+155+14=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #969B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969B0E is #6964F1. Grayscale: #898989. Windows color (decimal): -6907122 or 957334. OLE color: 957334.
HSL color Cylindrical-coordinate representation of color #969B0E: hue angle of 62.13º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #969B0E is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 155 | 14 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.39 |
| HSL | 62.13º | 0.83% | 0.33% | - |
| HSV(B) | 62.13º | 0.91% | 0.61% | - |
| XYZ | 24.38 | 29.96 | 4.91 | - |
| YUV | 137.43 | 58.34 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 14 | 0.03 | 0 | 0.91 | 0.39 | 62.13 | 0.83 | 0.33 |
| Hex | 96 | 9B | E | 3 | 0 | 5B | 27 | 3E | 53 | 21 |
| Octal | 226 | 233 | 16 | 3 | 0 | 133 | 47 | 76 | 123 | 41 |
| Binary | 10010110 | 10011011 | 1110 | 11 | 0 | 1011011 | 100111 | 111110 | 1010011 | 100001 |
Color Harmonies of #969B0E
Complementary color
Monochromatic Colors of #969B0E
Black with #969B0E
Text Example
Text Example
White with #969B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969B0E; }
p { color: rgb(150,155,14); }
H1.HeaderClassName
{
color: #969B0E;
}
.AnyTagClassName
{
color: #969B0E;
}
</style>
background-color css
<style>
a { background-color: #969B0E; }
a { background-color: rgb(150,155,14); }
div.DivClassName
{
background-color: #969B0E;
}
.BgClassName
{
background-color: #969B0E;
}
</style>
border-color css
<style>
span { border-color: #969B0E; }
span { border-color: rgb(150,155,14); }
td.TdClassName
{
border-color: #969B0E;
}
.TagClassName
{
border-color: #969B0E;
}
</style>