Shades of Citron #96982C
Tints of Citron #96982C
RGB
CMYK
RGB Variations
Color information
#96982C (or 0x96982C) is known color: Citron. HEX triplet: 96, 98 and 2C. RGB value is (150,152,44). Sum of RGB (Red+Green+Blue) = 150+152+44=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #96982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96982C is #6967D3. Grayscale: #8B8B8B. Windows color (decimal): -6907860 or 2922646. OLE color: 2922646.
HSL color Cylindrical-coordinate representation of color #96982C: hue angle of 61.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96982C is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 152 | 44 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.40 |
| HSL | 61.11º | 0.55% | 0.38% | - |
| HSV(B) | 61.11º | 0.71% | 0.6% | - |
| XYZ | 24.26 | 29.12 | 6.73 | - |
| YUV | 139.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 44 | 0.01 | 0 | 0.71 | 0.40 | 61.11 | 0.55 | 0.38 |
| Hex | 96 | 98 | 2C | 1 | 0 | 47 | 28 | 3D | 37 | 26 |
| Octal | 226 | 230 | 54 | 1 | 0 | 107 | 50 | 75 | 67 | 46 |
| Binary | 10010110 | 10011000 | 101100 | 1 | 0 | 1000111 | 101000 | 111101 | 110111 | 100110 |
Color Harmonies of #96982C
Complementary color
Monochromatic Colors of #96982C
Black with #96982C
Text Example
Text Example
White with #96982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96982C; }
p { color: rgb(150,152,44); }
H1.HeaderClassName
{
color: #96982C;
}
.AnyTagClassName
{
color: #96982C;
}
</style>
background-color css
<style>
a { background-color: #96982C; }
a { background-color: rgb(150,152,44); }
div.DivClassName
{
background-color: #96982C;
}
.BgClassName
{
background-color: #96982C;
}
</style>
border-color css
<style>
span { border-color: #96982C; }
span { border-color: rgb(150,152,44); }
td.TdClassName
{
border-color: #96982C;
}
.TagClassName
{
border-color: #96982C;
}
</style>