Shades of Citron #96941C
Tints of Citron #96941C
RGB
CMYK
RGB Variations
Color information
#96941C (or 0x96941C) is known color: Citron. HEX triplet: 96, 94 and 1C. RGB value is (150,148,28). Sum of RGB (Red+Green+Blue) = 150+148+28=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96941C is #696BE3. Grayscale: #878787. Windows color (decimal): -6908900 or 1873046. OLE color: 1873046.
HSL color Cylindrical-coordinate representation of color #96941C: hue angle of 59.02º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96941C is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 28 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.41 |
| HSL | 59.02º | 0.69% | 0.35% | - |
| HSV(B) | 59.02º | 0.81% | 0.59% | - |
| XYZ | 23.38 | 27.75 | 5.22 | - |
| YUV | 134.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 28 | 0 | 0.01 | 0.81 | 0.41 | 59.02 | 0.69 | 0.35 |
| Hex | 96 | 94 | 1C | 0 | 1 | 51 | 29 | 3B | 45 | 23 |
| Octal | 226 | 224 | 34 | 0 | 1 | 121 | 51 | 73 | 105 | 43 |
| Binary | 10010110 | 10010100 | 11100 | 0 | 1 | 1010001 | 101001 | 111011 | 1000101 | 100011 |
Color Harmonies of #96941C
Complementary color
Monochromatic Colors of #96941C
Black with #96941C
Text Example
Text Example
White with #96941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96941C; }
p { color: rgb(150,148,28); }
H1.HeaderClassName
{
color: #96941C;
}
.AnyTagClassName
{
color: #96941C;
}
</style>
background-color css
<style>
a { background-color: #96941C; }
a { background-color: rgb(150,148,28); }
div.DivClassName
{
background-color: #96941C;
}
.BgClassName
{
background-color: #96941C;
}
</style>
border-color css
<style>
span { border-color: #96941C; }
span { border-color: rgb(150,148,28); }
td.TdClassName
{
border-color: #96941C;
}
.TagClassName
{
border-color: #96941C;
}
</style>