Shades of Citron #969C23
Tints of Citron #969C23
RGB
CMYK
RGB Variations
Color information
#969C23 (or 0x969C23) is known color: Citron. HEX triplet: 96, 9C and 23. RGB value is (150,156,35). Sum of RGB (Red+Green+Blue) = 150+156+35=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #969C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969C23 is #6963DC. Grayscale: #8C8C8C. Windows color (decimal): -6906845 or 2333846. OLE color: 2333846.
HSL color Cylindrical-coordinate representation of color #969C23: hue angle of 62.98º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #969C23 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 35 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.39 |
| HSL | 62.98º | 0.63% | 0.37% | - |
| HSV(B) | 62.98º | 0.78% | 0.61% | - |
| XYZ | 24.77 | 30.38 | 6.15 | - |
| YUV | 140.41 | 68.51 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 35 | 0.04 | 0 | 0.78 | 0.39 | 62.98 | 0.63 | 0.37 |
| Hex | 96 | 9C | 23 | 4 | 0 | 4E | 27 | 3F | 3F | 25 |
| Octal | 226 | 234 | 43 | 4 | 0 | 116 | 47 | 77 | 77 | 45 |
| Binary | 10010110 | 10011100 | 100011 | 100 | 0 | 1001110 | 100111 | 111111 | 111111 | 100101 |
Color Harmonies of #969C23
Complementary color
Monochromatic Colors of #969C23
Black with #969C23
Text Example
Text Example
White with #969C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C23; }
p { color: rgb(150,156,35); }
H1.HeaderClassName
{
color: #969C23;
}
.AnyTagClassName
{
color: #969C23;
}
</style>
background-color css
<style>
a { background-color: #969C23; }
a { background-color: rgb(150,156,35); }
div.DivClassName
{
background-color: #969C23;
}
.BgClassName
{
background-color: #969C23;
}
</style>
border-color css
<style>
span { border-color: #969C23; }
span { border-color: rgb(150,156,35); }
td.TdClassName
{
border-color: #969C23;
}
.TagClassName
{
border-color: #969C23;
}
</style>