Shades of Citron #969C06
Tints of Citron #969C06
RGB
CMYK
RGB Variations
Color information
#969C06 (or 0x969C06) is known color: Citron. HEX triplet: 96, 9C and 06. RGB value is (150,156,6). Sum of RGB (Red+Green+Blue) = 150+156+6=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #969C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969C06 is #6963F9. Grayscale: #898989. Windows color (decimal): -6906874 or 433302. OLE color: 433302.
HSL color Cylindrical-coordinate representation of color #969C06: hue angle of 62.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #969C06 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 6 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.39 |
| HSL | 62.4º | 0.93% | 0.32% | - |
| HSV(B) | 62.4º | 0.96% | 0.61% | - |
| XYZ | 24.5 | 30.27 | 4.72 | - |
| YUV | 137.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 6 | 0.04 | 0 | 0.96 | 0.39 | 62.4 | 0.93 | 0.32 |
| Hex | 96 | 9C | 6 | 4 | 0 | 60 | 27 | 3E | 5D | 20 |
| Octal | 226 | 234 | 6 | 4 | 0 | 140 | 47 | 76 | 135 | 40 |
| Binary | 10010110 | 10011100 | 110 | 100 | 0 | 1100000 | 100111 | 111110 | 1011101 | 100000 |
Color Harmonies of #969C06
Complementary color
Monochromatic Colors of #969C06
Black with #969C06
Text Example
Text Example
White with #969C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C06; }
p { color: rgb(150,156,6); }
H1.HeaderClassName
{
color: #969C06;
}
.AnyTagClassName
{
color: #969C06;
}
</style>
background-color css
<style>
a { background-color: #969C06; }
a { background-color: rgb(150,156,6); }
div.DivClassName
{
background-color: #969C06;
}
.BgClassName
{
background-color: #969C06;
}
</style>
border-color css
<style>
span { border-color: #969C06; }
span { border-color: rgb(150,156,6); }
td.TdClassName
{
border-color: #969C06;
}
.TagClassName
{
border-color: #969C06;
}
</style>