Shades of Citron #969312
Tints of Citron #969312
RGB
CMYK
RGB Variations
Color information
#969312 (or 0x969312) is known color: Citron. HEX triplet: 96, 93 and 12. RGB value is (150,147,18). Sum of RGB (Red+Green+Blue) = 150+147+18=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #969312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969312 is #696CED. Grayscale: #858585. Windows color (decimal): -6909166 or 1217430. OLE color: 1217430.
HSL color Cylindrical-coordinate representation of color #969312: hue angle of 58.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #969312 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 18 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.41 |
| HSL | 58.64º | 0.79% | 0.33% | - |
| HSV(B) | 58.64º | 0.88% | 0.59% | - |
| XYZ | 23.12 | 27.4 | 4.64 | - |
| YUV | 133.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 18 | 0 | 0.02 | 0.88 | 0.41 | 58.64 | 0.79 | 0.33 |
| Hex | 96 | 93 | 12 | 0 | 2 | 58 | 29 | 3B | 4F | 21 |
| Octal | 226 | 223 | 22 | 0 | 2 | 130 | 51 | 73 | 117 | 41 |
| Binary | 10010110 | 10010011 | 10010 | 0 | 10 | 1011000 | 101001 | 111011 | 1001111 | 100001 |
Color Harmonies of #969312
Complementary color
Monochromatic Colors of #969312
Black with #969312
Text Example
Text Example
White with #969312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969312; }
p { color: rgb(150,147,18); }
H1.HeaderClassName
{
color: #969312;
}
.AnyTagClassName
{
color: #969312;
}
</style>
background-color css
<style>
a { background-color: #969312; }
a { background-color: rgb(150,147,18); }
div.DivClassName
{
background-color: #969312;
}
.BgClassName
{
background-color: #969312;
}
</style>
border-color css
<style>
span { border-color: #969312; }
span { border-color: rgb(150,147,18); }
td.TdClassName
{
border-color: #969312;
}
.TagClassName
{
border-color: #969312;
}
</style>