Shades of Citrus #9AB00B
Tints of Citrus #9AB00B
RGB
CMYK
RGB Variations
Color information
#9AB00B (or 0x9AB00B) is known color: Citrus. HEX triplet: 9A, B0 and 0B. RGB value is (154,176,11). Sum of RGB (Red+Green+Blue) = 154+176+11=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AB00B is #654FF4. Grayscale: #979797. Windows color (decimal): -6639605 or 766106. OLE color: 766106.
HSL color Cylindrical-coordinate representation of color #9AB00B: hue angle of 68º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AB00B is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 11 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.31 |
| HSL | 68º | 0.88% | 0.37% | - |
| HSV(B) | 68º | 0.94% | 0.69% | - |
| XYZ | 28.91 | 37.94 | 6.12 | - |
| YUV | 150.61 | 49.21 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 11 | 0.12 | 0 | 0.94 | 0.31 | 68 | 0.88 | 0.37 |
| Hex | 9A | B0 | B | C | 0 | 5E | 1F | 44 | 58 | 25 |
| Octal | 232 | 260 | 13 | 14 | 0 | 136 | 37 | 104 | 130 | 45 |
| Binary | 10011010 | 10110000 | 1011 | 1100 | 0 | 1011110 | 11111 | 1000100 | 1011000 | 100101 |
Color Harmonies of #9AB00B
Complementary color
Monochromatic Colors of #9AB00B
Black with #9AB00B
Text Example
Text Example
White with #9AB00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB00B; }
p { color: rgb(154,176,11); }
H1.HeaderClassName
{
color: #9AB00B;
}
.AnyTagClassName
{
color: #9AB00B;
}
</style>
background-color css
<style>
a { background-color: #9AB00B; }
a { background-color: rgb(154,176,11); }
div.DivClassName
{
background-color: #9AB00B;
}
.BgClassName
{
background-color: #9AB00B;
}
</style>
border-color css
<style>
span { border-color: #9AB00B; }
span { border-color: rgb(154,176,11); }
td.TdClassName
{
border-color: #9AB00B;
}
.TagClassName
{
border-color: #9AB00B;
}
</style>