Shades of Citrus #9BAC12
Tints of Citrus #9BAC12
RGB
CMYK
RGB Variations
Color information
#9BAC12 (or 0x9BAC12) is known color: Citrus. HEX triplet: 9B, AC and 12. RGB value is (155,172,18). Sum of RGB (Red+Green+Blue) = 155+172+18=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAC12 is #6453ED. Grayscale: #959595. Windows color (decimal): -6575086 or 1223835. OLE color: 1223835.
HSL color Cylindrical-coordinate representation of color #9BAC12: hue angle of 66.62º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BAC12 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 18 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.33 |
| HSL | 66.62º | 0.81% | 0.37% | - |
| HSV(B) | 66.62º | 0.9% | 0.67% | - |
| XYZ | 28.38 | 36.52 | 6.13 | - |
| YUV | 149.36 | 53.87 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 18 | 0.10 | 0 | 0.90 | 0.33 | 66.62 | 0.81 | 0.37 |
| Hex | 9B | AC | 12 | A | 0 | 5A | 21 | 43 | 51 | 25 |
| Octal | 233 | 254 | 22 | 12 | 0 | 132 | 41 | 103 | 121 | 45 |
| Binary | 10011011 | 10101100 | 10010 | 1010 | 0 | 1011010 | 100001 | 1000011 | 1010001 | 100101 |
Color Harmonies of #9BAC12
Complementary color
Monochromatic Colors of #9BAC12
Black with #9BAC12
Text Example
Text Example
White with #9BAC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC12; }
p { color: rgb(155,172,18); }
H1.HeaderClassName
{
color: #9BAC12;
}
.AnyTagClassName
{
color: #9BAC12;
}
</style>
background-color css
<style>
a { background-color: #9BAC12; }
a { background-color: rgb(155,172,18); }
div.DivClassName
{
background-color: #9BAC12;
}
.BgClassName
{
background-color: #9BAC12;
}
</style>
border-color css
<style>
span { border-color: #9BAC12; }
span { border-color: rgb(155,172,18); }
td.TdClassName
{
border-color: #9BAC12;
}
.TagClassName
{
border-color: #9BAC12;
}
</style>