Shades of Citrus #ABC304
Tints of Citrus #ABC304
RGB
CMYK
RGB Variations
Color information
#ABC304 (or 0xABC304) is known color: Citrus. HEX triplet: AB, C3 and 04. RGB value is (171,195,4). Sum of RGB (Red+Green+Blue) = 171+195+4=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC304 is #543CFB. Grayscale: #A6A6A6. Windows color (decimal): -5520636 or 312235. OLE color: 312235.
HSL color Cylindrical-coordinate representation of color #ABC304: hue angle of 67.54º degrees, saturation: 0.96, 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 #ABC304 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.24 |
| HSL | 67.54º | 0.96% | 0.39% | - |
| HSV(B) | 67.54º | 0.98% | 0.76% | - |
| XYZ | 36.33 | 47.7 | 7.41 | - |
| YUV | 166.05 | 36.55 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 4 | 0.12 | 0 | 0.98 | 0.24 | 67.54 | 0.96 | 0.39 |
| Hex | AB | C3 | 4 | C | 0 | 62 | 18 | 44 | 60 | 27 |
| Octal | 253 | 303 | 4 | 14 | 0 | 142 | 30 | 104 | 140 | 47 |
| Binary | 10101011 | 11000011 | 100 | 1100 | 0 | 1100010 | 11000 | 1000100 | 1100000 | 100111 |
Color Harmonies of #ABC304
Complementary color
Monochromatic Colors of #ABC304
Black with #ABC304
Text Example
Text Example
White with #ABC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC304; }
p { color: rgb(171,195,4); }
H1.HeaderClassName
{
color: #ABC304;
}
.AnyTagClassName
{
color: #ABC304;
}
</style>
background-color css
<style>
a { background-color: #ABC304; }
a { background-color: rgb(171,195,4); }
div.DivClassName
{
background-color: #ABC304;
}
.BgClassName
{
background-color: #ABC304;
}
</style>
border-color css
<style>
span { border-color: #ABC304; }
span { border-color: rgb(171,195,4); }
td.TdClassName
{
border-color: #ABC304;
}
.TagClassName
{
border-color: #ABC304;
}
</style>