Shades of Citrus #9BAA0C
Tints of Citrus #9BAA0C
RGB
CMYK
RGB Variations
Color information
#9BAA0C (or 0x9BAA0C) is known color: Citrus. HEX triplet: 9B, AA and 0C. RGB value is (155,170,12). Sum of RGB (Red+Green+Blue) = 155+170+12=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAA0C is #6455F3. Grayscale: #949494. Windows color (decimal): -6575604 or 830107. OLE color: 830107.
HSL color Cylindrical-coordinate representation of color #9BAA0C: hue angle of 65.7º 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 #9BAA0C is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 12 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.33 |
| HSL | 65.7º | 0.87% | 0.36% | - |
| HSV(B) | 65.7º | 0.93% | 0.67% | - |
| XYZ | 27.96 | 35.74 | 5.77 | - |
| YUV | 147.5 | 51.53 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 12 | 0.09 | 0 | 0.93 | 0.33 | 65.7 | 0.87 | 0.36 |
| Hex | 9B | AA | C | 9 | 0 | 5D | 21 | 42 | 57 | 24 |
| Octal | 233 | 252 | 14 | 11 | 0 | 135 | 41 | 102 | 127 | 44 |
| Binary | 10011011 | 10101010 | 1100 | 1001 | 0 | 1011101 | 100001 | 1000010 | 1010111 | 100100 |
Color Harmonies of #9BAA0C
Complementary color
Monochromatic Colors of #9BAA0C
Black with #9BAA0C
Text Example
Text Example
White with #9BAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA0C; }
p { color: rgb(155,170,12); }
H1.HeaderClassName
{
color: #9BAA0C;
}
.AnyTagClassName
{
color: #9BAA0C;
}
</style>
background-color css
<style>
a { background-color: #9BAA0C; }
a { background-color: rgb(155,170,12); }
div.DivClassName
{
background-color: #9BAA0C;
}
.BgClassName
{
background-color: #9BAA0C;
}
</style>
border-color css
<style>
span { border-color: #9BAA0C; }
span { border-color: rgb(155,170,12); }
td.TdClassName
{
border-color: #9BAA0C;
}
.TagClassName
{
border-color: #9BAA0C;
}
</style>