Shades of Citron #96A62B
Tints of Citron #96A62B
RGB
CMYK
RGB Variations
Color information
#96A62B (or 0x96A62B) is known color: Citron. HEX triplet: 96, A6 and 2B. RGB value is (150,166,43). Sum of RGB (Red+Green+Blue) = 150+166+43=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #96A62B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A62B is #6959D4. Grayscale: #939393. Windows color (decimal): -6904277 or 2860694. OLE color: 2860694.
HSL color Cylindrical-coordinate representation of color #96A62B: hue angle of 67.8º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96A62B is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 166 | 43 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.35 |
| HSL | 67.8º | 0.59% | 0.41% | - |
| HSV(B) | 67.8º | 0.74% | 0.65% | - |
| XYZ | 26.65 | 33.93 | 7.43 | - |
| YUV | 147.19 | 69.2 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 43 | 0.10 | 0 | 0.74 | 0.35 | 67.8 | 0.59 | 0.41 |
| Hex | 96 | A6 | 2B | A | 0 | 4A | 23 | 44 | 3B | 29 |
| Octal | 226 | 246 | 53 | 12 | 0 | 112 | 43 | 104 | 73 | 51 |
| Binary | 10010110 | 10100110 | 101011 | 1010 | 0 | 1001010 | 100011 | 1000100 | 111011 | 101001 |
Color Harmonies of #96A62B
Complementary color
Monochromatic Colors of #96A62B
Black with #96A62B
Text Example
Text Example
White with #96A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A62B; }
p { color: rgb(150,166,43); }
H1.HeaderClassName
{
color: #96A62B;
}
.AnyTagClassName
{
color: #96A62B;
}
</style>
background-color css
<style>
a { background-color: #96A62B; }
a { background-color: rgb(150,166,43); }
div.DivClassName
{
background-color: #96A62B;
}
.BgClassName
{
background-color: #96A62B;
}
</style>
border-color css
<style>
span { border-color: #96A62B; }
span { border-color: rgb(150,166,43); }
td.TdClassName
{
border-color: #96A62B;
}
.TagClassName
{
border-color: #96A62B;
}
</style>