Shades of Citrus #ABBC0A
Tints of Citrus #ABBC0A
RGB
CMYK
RGB Variations
Color information
#ABBC0A (or 0xABBC0A) is known color: Citrus. HEX triplet: AB, BC and 0A. RGB value is (171,188,10). Sum of RGB (Red+Green+Blue) = 171+188+10=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC0A is #5443F5. Grayscale: #A3A3A3. Windows color (decimal): -5522422 or 703659. OLE color: 703659.
HSL color Cylindrical-coordinate representation of color #ABBC0A: hue angle of 65.73º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABBC0A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 10 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.26 |
| HSL | 65.73º | 0.9% | 0.39% | - |
| HSV(B) | 65.73º | 0.95% | 0.74% | - |
| XYZ | 34.83 | 44.65 | 7.07 | - |
| YUV | 162.63 | 41.87 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 10 | 0.09 | 0 | 0.95 | 0.26 | 65.73 | 0.9 | 0.39 |
| Hex | AB | BC | A | 9 | 0 | 5F | 1A | 42 | 5A | 27 |
| Octal | 253 | 274 | 12 | 11 | 0 | 137 | 32 | 102 | 132 | 47 |
| Binary | 10101011 | 10111100 | 1010 | 1001 | 0 | 1011111 | 11010 | 1000010 | 1011010 | 100111 |
Color Harmonies of #ABBC0A
Complementary color
Monochromatic Colors of #ABBC0A
Black with #ABBC0A
Text Example
Text Example
White with #ABBC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC0A; }
p { color: rgb(171,188,10); }
H1.HeaderClassName
{
color: #ABBC0A;
}
.AnyTagClassName
{
color: #ABBC0A;
}
</style>
background-color css
<style>
a { background-color: #ABBC0A; }
a { background-color: rgb(171,188,10); }
div.DivClassName
{
background-color: #ABBC0A;
}
.BgClassName
{
background-color: #ABBC0A;
}
</style>
border-color css
<style>
span { border-color: #ABBC0A; }
span { border-color: rgb(171,188,10); }
td.TdClassName
{
border-color: #ABBC0A;
}
.TagClassName
{
border-color: #ABBC0A;
}
</style>