Shades of Citron #99962A
Tints of Citron #99962A
RGB
CMYK
RGB Variations
Color information
#99962A (or 0x99962A) is known color: Citron. HEX triplet: 99, 96 and 2A. RGB value is (153,150,42). Sum of RGB (Red+Green+Blue) = 153+150+42=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99962A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99962A is #6669D5. Grayscale: #8B8B8B. Windows color (decimal): -6711766 or 2791065. OLE color: 2791065.
HSL color Cylindrical-coordinate representation of color #99962A: hue angle of 58.38º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99962A is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 42 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.4 |
| HSL | 58.38º | 0.57% | 0.38% | - |
| HSV(B) | 58.38º | 0.73% | 0.6% | - |
| XYZ | 24.46 | 28.75 | 6.45 | - |
| YUV | 138.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 42 | 0 | 0.02 | 0.73 | 0.4 | 58.38 | 0.57 | 0.38 |
| Hex | 99 | 96 | 2A | 0 | 2 | 49 | 28 | 3A | 39 | 26 |
| Octal | 231 | 226 | 52 | 0 | 2 | 111 | 50 | 72 | 71 | 46 |
| Binary | 10011001 | 10010110 | 101010 | 0 | 10 | 1001001 | 101000 | 111010 | 111001 | 100110 |
Color Harmonies of #99962A
Complementary color
Monochromatic Colors of #99962A
Black with #99962A
Text Example
Text Example
White with #99962A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99962A; }
p { color: rgb(153,150,42); }
H1.HeaderClassName
{
color: #99962A;
}
.AnyTagClassName
{
color: #99962A;
}
</style>
background-color css
<style>
a { background-color: #99962A; }
a { background-color: rgb(153,150,42); }
div.DivClassName
{
background-color: #99962A;
}
.BgClassName
{
background-color: #99962A;
}
</style>
border-color css
<style>
span { border-color: #99962A; }
span { border-color: rgb(153,150,42); }
td.TdClassName
{
border-color: #99962A;
}
.TagClassName
{
border-color: #99962A;
}
</style>