Shades of Citron #969D2C
Tints of Citron #969D2C
RGB
CMYK
RGB Variations
Color information
#969D2C (or 0x969D2C) is known color: Citron. HEX triplet: 96, 9D and 2C. RGB value is (150,157,44). Sum of RGB (Red+Green+Blue) = 150+157+44=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #969D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969D2C is #6962D3. Grayscale: #8E8E8E. Windows color (decimal): -6906580 or 2923926. OLE color: 2923926.
HSL color Cylindrical-coordinate representation of color #969D2C: hue angle of 63.72º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #969D2C is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 157 | 44 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.38 |
| HSL | 63.72º | 0.56% | 0.39% | - |
| HSV(B) | 63.72º | 0.72% | 0.62% | - |
| XYZ | 25.09 | 30.78 | 7 | - |
| YUV | 142.03 | 72.68 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 44 | 0.04 | 0 | 0.72 | 0.38 | 63.72 | 0.56 | 0.39 |
| Hex | 96 | 9D | 2C | 4 | 0 | 48 | 26 | 40 | 38 | 27 |
| Octal | 226 | 235 | 54 | 4 | 0 | 110 | 46 | 100 | 70 | 47 |
| Binary | 10010110 | 10011101 | 101100 | 100 | 0 | 1001000 | 100110 | 1000000 | 111000 | 100111 |
Color Harmonies of #969D2C
Complementary color
Monochromatic Colors of #969D2C
Black with #969D2C
Text Example
Text Example
White with #969D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969D2C; }
p { color: rgb(150,157,44); }
H1.HeaderClassName
{
color: #969D2C;
}
.AnyTagClassName
{
color: #969D2C;
}
</style>
background-color css
<style>
a { background-color: #969D2C; }
a { background-color: rgb(150,157,44); }
div.DivClassName
{
background-color: #969D2C;
}
.BgClassName
{
background-color: #969D2C;
}
</style>
border-color css
<style>
span { border-color: #969D2C; }
span { border-color: rgb(150,157,44); }
td.TdClassName
{
border-color: #969D2C;
}
.TagClassName
{
border-color: #969D2C;
}
</style>