Shades of Citron #969726
Tints of Citron #969726
RGB
CMYK
RGB Variations
Color information
#969726 (or 0x969726) is known color: Citron. HEX triplet: 96, 97 and 26. RGB value is (150,151,38). Sum of RGB (Red+Green+Blue) = 150+151+38=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #969726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969726 is #6968D9. Grayscale: #8A8A8A. Windows color (decimal): -6908122 or 2529174. OLE color: 2529174.
HSL color Cylindrical-coordinate representation of color #969726: hue angle of 60.53º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #969726 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 151 | 38 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.41 |
| HSL | 60.53º | 0.6% | 0.37% | - |
| HSV(B) | 60.53º | 0.75% | 0.59% | - |
| XYZ | 23.99 | 28.76 | 6.12 | - |
| YUV | 137.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 38 | 0.01 | 0 | 0.75 | 0.41 | 60.53 | 0.6 | 0.37 |
| Hex | 96 | 97 | 26 | 1 | 0 | 4B | 29 | 3D | 3C | 25 |
| Octal | 226 | 227 | 46 | 1 | 0 | 113 | 51 | 75 | 74 | 45 |
| Binary | 10010110 | 10010111 | 100110 | 1 | 0 | 1001011 | 101001 | 111101 | 111100 | 100101 |
Color Harmonies of #969726
Complementary color
Monochromatic Colors of #969726
Black with #969726
Text Example
Text Example
White with #969726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969726; }
p { color: rgb(150,151,38); }
H1.HeaderClassName
{
color: #969726;
}
.AnyTagClassName
{
color: #969726;
}
</style>
background-color css
<style>
a { background-color: #969726; }
a { background-color: rgb(150,151,38); }
div.DivClassName
{
background-color: #969726;
}
.BgClassName
{
background-color: #969726;
}
</style>
border-color css
<style>
span { border-color: #969726; }
span { border-color: rgb(150,151,38); }
td.TdClassName
{
border-color: #969726;
}
.TagClassName
{
border-color: #969726;
}
</style>