Shades of Citron #969315
Tints of Citron #969315
RGB
CMYK
RGB Variations
Color information
#969315 (or 0x969315) is known color: Citron. HEX triplet: 96, 93 and 15. RGB value is (150,147,21). Sum of RGB (Red+Green+Blue) = 150+147+21=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #969315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969315 is #696CEA. Grayscale: #868686. Windows color (decimal): -6909163 or 1414038. OLE color: 1414038.
HSL color Cylindrical-coordinate representation of color #969315: hue angle of 58.6º 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 #969315 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 21 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.41 |
| HSL | 58.6º | 0.75% | 0.34% | - |
| HSV(B) | 58.6º | 0.86% | 0.59% | - |
| XYZ | 23.15 | 27.41 | 4.78 | - |
| YUV | 133.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 21 | 0 | 0.02 | 0.86 | 0.41 | 58.6 | 0.75 | 0.34 |
| Hex | 96 | 93 | 15 | 0 | 2 | 56 | 29 | 3B | 4B | 22 |
| Octal | 226 | 223 | 25 | 0 | 2 | 126 | 51 | 73 | 113 | 42 |
| Binary | 10010110 | 10010011 | 10101 | 0 | 10 | 1010110 | 101001 | 111011 | 1001011 | 100010 |
Color Harmonies of #969315
Complementary color
Monochromatic Colors of #969315
Black with #969315
Text Example
Text Example
White with #969315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969315; }
p { color: rgb(150,147,21); }
H1.HeaderClassName
{
color: #969315;
}
.AnyTagClassName
{
color: #969315;
}
</style>
background-color css
<style>
a { background-color: #969315; }
a { background-color: rgb(150,147,21); }
div.DivClassName
{
background-color: #969315;
}
.BgClassName
{
background-color: #969315;
}
</style>
border-color css
<style>
span { border-color: #969315; }
span { border-color: rgb(150,147,21); }
td.TdClassName
{
border-color: #969315;
}
.TagClassName
{
border-color: #969315;
}
</style>