Shades of Citrus #ABC606
Tints of Citrus #ABC606
RGB
CMYK
RGB Variations
Color information
#ABC606 (or 0xABC606) is known color: Citrus. HEX triplet: AB, C6 and 06. RGB value is (171,198,6). Sum of RGB (Red+Green+Blue) = 171+198+6=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC606 is #5439F9. Grayscale: #A8A8A8. Windows color (decimal): -5519866 or 444075. OLE color: 444075.
HSL color Cylindrical-coordinate representation of color #ABC606: hue angle of 68.44º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABC606 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.22 |
| HSL | 68.44º | 0.94% | 0.4% | - |
| HSV(B) | 68.44º | 0.97% | 0.78% | - |
| XYZ | 37.02 | 49.06 | 7.69 | - |
| YUV | 168.04 | 36.55 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 6 | 0.14 | 0 | 0.97 | 0.22 | 68.44 | 0.94 | 0.4 |
| Hex | AB | C6 | 6 | E | 0 | 61 | 16 | 44 | 5E | 28 |
| Octal | 253 | 306 | 6 | 16 | 0 | 141 | 26 | 104 | 136 | 50 |
| Binary | 10101011 | 11000110 | 110 | 1110 | 0 | 1100001 | 10110 | 1000100 | 1011110 | 101000 |
Color Harmonies of #ABC606
Complementary color
Monochromatic Colors of #ABC606
Black with #ABC606
Text Example
Text Example
White with #ABC606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC606; }
p { color: rgb(171,198,6); }
H1.HeaderClassName
{
color: #ABC606;
}
.AnyTagClassName
{
color: #ABC606;
}
</style>
background-color css
<style>
a { background-color: #ABC606; }
a { background-color: rgb(171,198,6); }
div.DivClassName
{
background-color: #ABC606;
}
.BgClassName
{
background-color: #ABC606;
}
</style>
border-color css
<style>
span { border-color: #ABC606; }
span { border-color: rgb(171,198,6); }
td.TdClassName
{
border-color: #ABC606;
}
.TagClassName
{
border-color: #ABC606;
}
</style>