Shades of Citrus #ABBA0C
Tints of Citrus #ABBA0C
RGB
CMYK
RGB Variations
Color information
#ABBA0C (or 0xABBA0C) is known color: Citrus. HEX triplet: AB, BA and 0C. RGB value is (171,186,12). Sum of RGB (Red+Green+Blue) = 171+186+12=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA0C is #5445F3. Grayscale: #A2A2A2. Windows color (decimal): -5522932 or 834219. OLE color: 834219.
HSL color Cylindrical-coordinate representation of color #ABBA0C: hue angle of 65.17º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABBA0C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 12 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.27 |
| HSL | 65.17º | 0.88% | 0.39% | - |
| HSV(B) | 65.17º | 0.94% | 0.73% | - |
| XYZ | 34.42 | 43.8 | 6.99 | - |
| YUV | 161.68 | 43.53 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 12 | 0.08 | 0 | 0.94 | 0.27 | 65.17 | 0.88 | 0.39 |
| Hex | AB | BA | C | 8 | 0 | 5E | 1B | 41 | 58 | 27 |
| Octal | 253 | 272 | 14 | 10 | 0 | 136 | 33 | 101 | 130 | 47 |
| Binary | 10101011 | 10111010 | 1100 | 1000 | 0 | 1011110 | 11011 | 1000001 | 1011000 | 100111 |
Color Harmonies of #ABBA0C
Complementary color
Monochromatic Colors of #ABBA0C
Black with #ABBA0C
Text Example
Text Example
White with #ABBA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA0C; }
p { color: rgb(171,186,12); }
H1.HeaderClassName
{
color: #ABBA0C;
}
.AnyTagClassName
{
color: #ABBA0C;
}
</style>
background-color css
<style>
a { background-color: #ABBA0C; }
a { background-color: rgb(171,186,12); }
div.DivClassName
{
background-color: #ABBA0C;
}
.BgClassName
{
background-color: #ABBA0C;
}
</style>
border-color css
<style>
span { border-color: #ABBA0C; }
span { border-color: rgb(171,186,12); }
td.TdClassName
{
border-color: #ABBA0C;
}
.TagClassName
{
border-color: #ABBA0C;
}
</style>