Shades of Citron #96A725
Tints of Citron #96A725
RGB
CMYK
RGB Variations
Color information
#96A725 (or 0x96A725) is known color: Citron. HEX triplet: 96, A7 and 25. RGB value is (150,167,37). Sum of RGB (Red+Green+Blue) = 150+167+37=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #96A725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A725 is #6958DA. Grayscale: #939393. Windows color (decimal): -6904027 or 2467734. OLE color: 2467734.
HSL color Cylindrical-coordinate representation of color #96A725: hue angle of 67.85º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96A725 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 167 | 37 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.35 |
| HSL | 67.85º | 0.64% | 0.4% | - |
| HSV(B) | 67.85º | 0.78% | 0.65% | - |
| XYZ | 26.73 | 34.26 | 6.95 | - |
| YUV | 147.1 | 65.87 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 37 | 0.10 | 0 | 0.78 | 0.35 | 67.85 | 0.64 | 0.4 |
| Hex | 96 | A7 | 25 | A | 0 | 4E | 23 | 44 | 40 | 28 |
| Octal | 226 | 247 | 45 | 12 | 0 | 116 | 43 | 104 | 100 | 50 |
| Binary | 10010110 | 10100111 | 100101 | 1010 | 0 | 1001110 | 100011 | 1000100 | 1000000 | 101000 |
Color Harmonies of #96A725
Complementary color
Monochromatic Colors of #96A725
Black with #96A725
Text Example
Text Example
White with #96A725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A725; }
p { color: rgb(150,167,37); }
H1.HeaderClassName
{
color: #96A725;
}
.AnyTagClassName
{
color: #96A725;
}
</style>
background-color css
<style>
a { background-color: #96A725; }
a { background-color: rgb(150,167,37); }
div.DivClassName
{
background-color: #96A725;
}
.BgClassName
{
background-color: #96A725;
}
</style>
border-color css
<style>
span { border-color: #96A725; }
span { border-color: rgb(150,167,37); }
td.TdClassName
{
border-color: #96A725;
}
.TagClassName
{
border-color: #96A725;
}
</style>