Shades of Citrus #9AB211
Tints of Citrus #9AB211
RGB
CMYK
RGB Variations
Color information
#9AB211 (or 0x9AB211) is known color: Citrus. HEX triplet: 9A, B2 and 11. RGB value is (154,178,17). Sum of RGB (Red+Green+Blue) = 154+178+17=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AB211 is #654DEE. Grayscale: #999999. Windows color (decimal): -6639087 or 1159834. OLE color: 1159834.
HSL color Cylindrical-coordinate representation of color #9AB211: hue angle of 68.94º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AB211 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 178 | 17 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.30 |
| HSL | 68.94º | 0.83% | 0.38% | - |
| HSV(B) | 68.94º | 0.9% | 0.7% | - |
| XYZ | 29.35 | 38.75 | 6.46 | - |
| YUV | 152.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 17 | 0.13 | 0 | 0.90 | 0.30 | 68.94 | 0.83 | 0.38 |
| Hex | 9A | B2 | 11 | D | 0 | 5A | 1E | 45 | 53 | 26 |
| Octal | 232 | 262 | 21 | 15 | 0 | 132 | 36 | 105 | 123 | 46 |
| Binary | 10011010 | 10110010 | 10001 | 1101 | 0 | 1011010 | 11110 | 1000101 | 1010011 | 100110 |
Color Harmonies of #9AB211
Complementary color
Monochromatic Colors of #9AB211
Black with #9AB211
Text Example
Text Example
White with #9AB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB211; }
p { color: rgb(154,178,17); }
H1.HeaderClassName
{
color: #9AB211;
}
.AnyTagClassName
{
color: #9AB211;
}
</style>
background-color css
<style>
a { background-color: #9AB211; }
a { background-color: rgb(154,178,17); }
div.DivClassName
{
background-color: #9AB211;
}
.BgClassName
{
background-color: #9AB211;
}
</style>
border-color css
<style>
span { border-color: #9AB211; }
span { border-color: rgb(154,178,17); }
td.TdClassName
{
border-color: #9AB211;
}
.TagClassName
{
border-color: #9AB211;
}
</style>