Shades of Citrus #ABC205
Tints of Citrus #ABC205
RGB
CMYK
RGB Variations
Color information
#ABC205 (or 0xABC205) is known color: Citrus. HEX triplet: AB, C2 and 05. RGB value is (171,194,5). Sum of RGB (Red+Green+Blue) = 171+194+5=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC205 is #543DFA. Grayscale: #A6A6A6. Windows color (decimal): -5520891 or 377515. OLE color: 377515.
HSL color Cylindrical-coordinate representation of color #ABC205: hue angle of 67.3º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABC205 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.24 |
| HSL | 67.3º | 0.95% | 0.39% | - |
| HSV(B) | 67.3º | 0.97% | 0.76% | - |
| XYZ | 36.11 | 47.25 | 7.36 | - |
| YUV | 165.58 | 37.38 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 5 | 0.12 | 0 | 0.97 | 0.24 | 67.3 | 0.95 | 0.39 |
| Hex | AB | C2 | 5 | C | 0 | 61 | 18 | 43 | 5F | 27 |
| Octal | 253 | 302 | 5 | 14 | 0 | 141 | 30 | 103 | 137 | 47 |
| Binary | 10101011 | 11000010 | 101 | 1100 | 0 | 1100001 | 11000 | 1000011 | 1011111 | 100111 |
Color Harmonies of #ABC205
Complementary color
Monochromatic Colors of #ABC205
Black with #ABC205
Text Example
Text Example
White with #ABC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC205; }
p { color: rgb(171,194,5); }
H1.HeaderClassName
{
color: #ABC205;
}
.AnyTagClassName
{
color: #ABC205;
}
</style>
background-color css
<style>
a { background-color: #ABC205; }
a { background-color: rgb(171,194,5); }
div.DivClassName
{
background-color: #ABC205;
}
.BgClassName
{
background-color: #ABC205;
}
</style>
border-color css
<style>
span { border-color: #ABC205; }
span { border-color: rgb(171,194,5); }
td.TdClassName
{
border-color: #ABC205;
}
.TagClassName
{
border-color: #ABC205;
}
</style>