Shades of Citron #969115
Tints of Citron #969115
RGB
CMYK
RGB Variations
Color information
#969115 (or 0x969115) is known color: Citron. HEX triplet: 96, 91 and 15. RGB value is (150,145,21). Sum of RGB (Red+Green+Blue) = 150+145+21=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #969115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969115 is #696EEA. Grayscale: #848484. Windows color (decimal): -6909675 or 1413526. OLE color: 1413526.
HSL color Cylindrical-coordinate representation of color #969115: hue angle of 57.67º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #969115 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 21 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.41 |
| HSL | 57.67º | 0.75% | 0.34% | - |
| HSV(B) | 57.67º | 0.86% | 0.59% | - |
| XYZ | 22.84 | 26.79 | 4.68 | - |
| YUV | 132.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 21 | 0 | 0.03 | 0.86 | 0.41 | 57.67 | 0.75 | 0.34 |
| Hex | 96 | 91 | 15 | 0 | 3 | 56 | 29 | 3A | 4B | 22 |
| Octal | 226 | 221 | 25 | 0 | 3 | 126 | 51 | 72 | 113 | 42 |
| Binary | 10010110 | 10010001 | 10101 | 0 | 11 | 1010110 | 101001 | 111010 | 1001011 | 100010 |
Color Harmonies of #969115
Complementary color
Monochromatic Colors of #969115
Black with #969115
Text Example
Text Example
White with #969115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969115; }
p { color: rgb(150,145,21); }
H1.HeaderClassName
{
color: #969115;
}
.AnyTagClassName
{
color: #969115;
}
</style>
background-color css
<style>
a { background-color: #969115; }
a { background-color: rgb(150,145,21); }
div.DivClassName
{
background-color: #969115;
}
.BgClassName
{
background-color: #969115;
}
</style>
border-color css
<style>
span { border-color: #969115; }
span { border-color: rgb(150,145,21); }
td.TdClassName
{
border-color: #969115;
}
.TagClassName
{
border-color: #969115;
}
</style>