Shades of Citrus #9BAB0C
Tints of Citrus #9BAB0C
RGB
CMYK
RGB Variations
Color information
#9BAB0C (or 0x9BAB0C) is known color: Citrus. HEX triplet: 9B, AB and 0C. RGB value is (155,171,12). Sum of RGB (Red+Green+Blue) = 155+171+12=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAB0C is #6454F3. Grayscale: #949494. Windows color (decimal): -6575348 or 830363. OLE color: 830363.
HSL color Cylindrical-coordinate representation of color #9BAB0C: hue angle of 66.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BAB0C is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 12 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.33 |
| HSL | 66.04º | 0.87% | 0.36% | - |
| HSV(B) | 66.04º | 0.93% | 0.67% | - |
| XYZ | 28.15 | 36.12 | 5.84 | - |
| YUV | 148.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 12 | 0.09 | 0 | 0.93 | 0.33 | 66.04 | 0.87 | 0.36 |
| Hex | 9B | AB | C | 9 | 0 | 5D | 21 | 42 | 57 | 24 |
| Octal | 233 | 253 | 14 | 11 | 0 | 135 | 41 | 102 | 127 | 44 |
| Binary | 10011011 | 10101011 | 1100 | 1001 | 0 | 1011101 | 100001 | 1000010 | 1010111 | 100100 |
Color Harmonies of #9BAB0C
Complementary color
Monochromatic Colors of #9BAB0C
Black with #9BAB0C
Text Example
Text Example
White with #9BAB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB0C; }
p { color: rgb(155,171,12); }
H1.HeaderClassName
{
color: #9BAB0C;
}
.AnyTagClassName
{
color: #9BAB0C;
}
</style>
background-color css
<style>
a { background-color: #9BAB0C; }
a { background-color: rgb(155,171,12); }
div.DivClassName
{
background-color: #9BAB0C;
}
.BgClassName
{
background-color: #9BAB0C;
}
</style>
border-color css
<style>
span { border-color: #9BAB0C; }
span { border-color: rgb(155,171,12); }
td.TdClassName
{
border-color: #9BAB0C;
}
.TagClassName
{
border-color: #9BAB0C;
}
</style>