Shades of Citrus #ABBC0C
Tints of Citrus #ABBC0C
RGB
CMYK
RGB Variations
Color information
#ABBC0C (or 0xABBC0C) is known color: Citrus. HEX triplet: AB, BC and 0C. RGB value is (171,188,12). Sum of RGB (Red+Green+Blue) = 171+188+12=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC0C is #5443F3. Grayscale: #A3A3A3. Windows color (decimal): -5522420 or 834731. OLE color: 834731.
HSL color Cylindrical-coordinate representation of color #ABBC0C: hue angle of 65.8º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABBC0C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 12 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.26 |
| HSL | 65.8º | 0.88% | 0.39% | - |
| HSV(B) | 65.8º | 0.94% | 0.74% | - |
| XYZ | 34.84 | 44.65 | 7.13 | - |
| YUV | 162.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 12 | 0.09 | 0 | 0.94 | 0.26 | 65.8 | 0.88 | 0.39 |
| Hex | AB | BC | C | 9 | 0 | 5E | 1A | 42 | 58 | 27 |
| Octal | 253 | 274 | 14 | 11 | 0 | 136 | 32 | 102 | 130 | 47 |
| Binary | 10101011 | 10111100 | 1100 | 1001 | 0 | 1011110 | 11010 | 1000010 | 1011000 | 100111 |
Color Harmonies of #ABBC0C
Complementary color
Monochromatic Colors of #ABBC0C
Black with #ABBC0C
Text Example
Text Example
White with #ABBC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC0C; }
p { color: rgb(171,188,12); }
H1.HeaderClassName
{
color: #ABBC0C;
}
.AnyTagClassName
{
color: #ABBC0C;
}
</style>
background-color css
<style>
a { background-color: #ABBC0C; }
a { background-color: rgb(171,188,12); }
div.DivClassName
{
background-color: #ABBC0C;
}
.BgClassName
{
background-color: #ABBC0C;
}
</style>
border-color css
<style>
span { border-color: #ABBC0C; }
span { border-color: rgb(171,188,12); }
td.TdClassName
{
border-color: #ABBC0C;
}
.TagClassName
{
border-color: #ABBC0C;
}
</style>