Shades of Citron #969D12
Tints of Citron #969D12
RGB
CMYK
RGB Variations
Color information
#969D12 (or 0x969D12) is known color: Citron. HEX triplet: 96, 9D and 12. RGB value is (150,157,18). Sum of RGB (Red+Green+Blue) = 150+157+18=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 157 - color contains mainly: green. Hex color #969D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969D12 is #6962ED. Grayscale: #8B8B8B. Windows color (decimal): -6906606 or 1219990. OLE color: 1219990.
HSL color Cylindrical-coordinate representation of color #969D12: hue angle of 63.02º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #969D12 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 157 | 18 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.38 |
| HSL | 63.02º | 0.79% | 0.34% | - |
| HSV(B) | 63.02º | 0.89% | 0.62% | - |
| XYZ | 24.74 | 30.64 | 5.18 | - |
| YUV | 139.06 | 59.68 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 18 | 0.04 | 0 | 0.89 | 0.38 | 63.02 | 0.79 | 0.34 |
| Hex | 96 | 9D | 12 | 4 | 0 | 59 | 26 | 3F | 4F | 22 |
| Octal | 226 | 235 | 22 | 4 | 0 | 131 | 46 | 77 | 117 | 42 |
| Binary | 10010110 | 10011101 | 10010 | 100 | 0 | 1011001 | 100110 | 111111 | 1001111 | 100010 |
Color Harmonies of #969D12
Complementary color
Monochromatic Colors of #969D12
Black with #969D12
Text Example
Text Example
White with #969D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969D12; }
p { color: rgb(150,157,18); }
H1.HeaderClassName
{
color: #969D12;
}
.AnyTagClassName
{
color: #969D12;
}
</style>
background-color css
<style>
a { background-color: #969D12; }
a { background-color: rgb(150,157,18); }
div.DivClassName
{
background-color: #969D12;
}
.BgClassName
{
background-color: #969D12;
}
</style>
border-color css
<style>
span { border-color: #969D12; }
span { border-color: rgb(150,157,18); }
td.TdClassName
{
border-color: #969D12;
}
.TagClassName
{
border-color: #969D12;
}
</style>