Shades of Citron #969C26
Tints of Citron #969C26
RGB
CMYK
RGB Variations
Color information
#969C26 (or 0x969C26) is known color: Citron. HEX triplet: 96, 9C and 26. RGB value is (150,156,38). Sum of RGB (Red+Green+Blue) = 150+156+38=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #969C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969C26 is #6963D9. Grayscale: #8D8D8D. Windows color (decimal): -6906842 or 2530454. OLE color: 2530454.
HSL color Cylindrical-coordinate representation of color #969C26: hue angle of 63.05º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #969C26 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 38 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.39 |
| HSL | 63.05º | 0.61% | 0.38% | - |
| HSV(B) | 63.05º | 0.76% | 0.61% | - |
| XYZ | 24.82 | 30.4 | 6.39 | - |
| YUV | 140.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 38 | 0.04 | 0 | 0.76 | 0.39 | 63.05 | 0.61 | 0.38 |
| Hex | 96 | 9C | 26 | 4 | 0 | 4C | 27 | 3F | 3D | 26 |
| Octal | 226 | 234 | 46 | 4 | 0 | 114 | 47 | 77 | 75 | 46 |
| Binary | 10010110 | 10011100 | 100110 | 100 | 0 | 1001100 | 100111 | 111111 | 111101 | 100110 |
Color Harmonies of #969C26
Complementary color
Monochromatic Colors of #969C26
Black with #969C26
Text Example
Text Example
White with #969C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C26; }
p { color: rgb(150,156,38); }
H1.HeaderClassName
{
color: #969C26;
}
.AnyTagClassName
{
color: #969C26;
}
</style>
background-color css
<style>
a { background-color: #969C26; }
a { background-color: rgb(150,156,38); }
div.DivClassName
{
background-color: #969C26;
}
.BgClassName
{
background-color: #969C26;
}
</style>
border-color css
<style>
span { border-color: #969C26; }
span { border-color: rgb(150,156,38); }
td.TdClassName
{
border-color: #969C26;
}
.TagClassName
{
border-color: #969C26;
}
</style>