Shades of Citron #969328
Tints of Citron #969328
RGB
CMYK
RGB Variations
Color information
#969328 (or 0x969328) is known color: Citron. HEX triplet: 96, 93 and 28. RGB value is (150,147,40). Sum of RGB (Red+Green+Blue) = 150+147+40=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #969328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969328 is #696CD7. Grayscale: #888888. Windows color (decimal): -6909144 or 2659222. OLE color: 2659222.
HSL color Cylindrical-coordinate representation of color #969328: hue angle of 58.36º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #969328 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 40 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.41 |
| HSL | 58.36º | 0.58% | 0.37% | - |
| HSV(B) | 58.36º | 0.73% | 0.59% | - |
| XYZ | 23.39 | 27.5 | 6.08 | - |
| YUV | 135.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 40 | 0 | 0.02 | 0.73 | 0.41 | 58.36 | 0.58 | 0.37 |
| Hex | 96 | 93 | 28 | 0 | 2 | 49 | 29 | 3A | 3A | 25 |
| Octal | 226 | 223 | 50 | 0 | 2 | 111 | 51 | 72 | 72 | 45 |
| Binary | 10010110 | 10010011 | 101000 | 0 | 10 | 1001001 | 101001 | 111010 | 111010 | 100101 |
Color Harmonies of #969328
Complementary color
Monochromatic Colors of #969328
Black with #969328
Text Example
Text Example
White with #969328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969328; }
p { color: rgb(150,147,40); }
H1.HeaderClassName
{
color: #969328;
}
.AnyTagClassName
{
color: #969328;
}
</style>
background-color css
<style>
a { background-color: #969328; }
a { background-color: rgb(150,147,40); }
div.DivClassName
{
background-color: #969328;
}
.BgClassName
{
background-color: #969328;
}
</style>
border-color css
<style>
span { border-color: #969328; }
span { border-color: rgb(150,147,40); }
td.TdClassName
{
border-color: #969328;
}
.TagClassName
{
border-color: #969328;
}
</style>