Shades of Citrus #ABC203
Tints of Citrus #ABC203
RGB
CMYK
RGB Variations
Color information
#ABC203 (or 0xABC203) is known color: Citrus. HEX triplet: AB, C2 and 03. RGB value is (171,194,3). Sum of RGB (Red+Green+Blue) = 171+194+3=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC203 is #543DFC. Grayscale: #A6A6A6. Windows color (decimal): -5520893 or 246443. OLE color: 246443.
HSL color Cylindrical-coordinate representation of color #ABC203: hue angle of 67.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABC203 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 3 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.24 |
| HSL | 67.23º | 0.97% | 0.39% | - |
| HSV(B) | 67.23º | 0.98% | 0.76% | - |
| XYZ | 36.1 | 47.25 | 7.3 | - |
| YUV | 165.35 | 36.38 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 3 | 0.12 | 0 | 0.98 | 0.24 | 67.23 | 0.97 | 0.39 |
| Hex | AB | C2 | 3 | C | 0 | 62 | 18 | 43 | 61 | 27 |
| Octal | 253 | 302 | 3 | 14 | 0 | 142 | 30 | 103 | 141 | 47 |
| Binary | 10101011 | 11000010 | 11 | 1100 | 0 | 1100010 | 11000 | 1000011 | 1100001 | 100111 |
Color Harmonies of #ABC203
Complementary color
Monochromatic Colors of #ABC203
Black with #ABC203
Text Example
Text Example
White with #ABC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC203; }
p { color: rgb(171,194,3); }
H1.HeaderClassName
{
color: #ABC203;
}
.AnyTagClassName
{
color: #ABC203;
}
</style>
background-color css
<style>
a { background-color: #ABC203; }
a { background-color: rgb(171,194,3); }
div.DivClassName
{
background-color: #ABC203;
}
.BgClassName
{
background-color: #ABC203;
}
</style>
border-color css
<style>
span { border-color: #ABC203; }
span { border-color: rgb(171,194,3); }
td.TdClassName
{
border-color: #ABC203;
}
.TagClassName
{
border-color: #ABC203;
}
</style>