Shades of Citrus #ABC509
Tints of Citrus #ABC509
RGB
CMYK
RGB Variations
Color information
#ABC509 (or 0xABC509) is known color: Citrus. HEX triplet: AB, C5 and 09. RGB value is (171,197,9). Sum of RGB (Red+Green+Blue) = 171+197+9=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC509 is #543AF6. Grayscale: #A8A8A8. Windows color (decimal): -5520119 or 640427. OLE color: 640427.
HSL color Cylindrical-coordinate representation of color #ABC509: hue angle of 68.3º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABC509 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 9 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.23 |
| HSL | 68.3º | 0.91% | 0.4% | - |
| HSV(B) | 68.3º | 0.95% | 0.77% | - |
| XYZ | 36.81 | 48.61 | 7.7 | - |
| YUV | 167.79 | 38.39 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 9 | 0.13 | 0 | 0.95 | 0.23 | 68.3 | 0.91 | 0.4 |
| Hex | AB | C5 | 9 | D | 0 | 5F | 17 | 44 | 5B | 28 |
| Octal | 253 | 305 | 11 | 15 | 0 | 137 | 27 | 104 | 133 | 50 |
| Binary | 10101011 | 11000101 | 1001 | 1101 | 0 | 1011111 | 10111 | 1000100 | 1011011 | 101000 |
Color Harmonies of #ABC509
Complementary color
Monochromatic Colors of #ABC509
Black with #ABC509
Text Example
Text Example
White with #ABC509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC509; }
p { color: rgb(171,197,9); }
H1.HeaderClassName
{
color: #ABC509;
}
.AnyTagClassName
{
color: #ABC509;
}
</style>
background-color css
<style>
a { background-color: #ABC509; }
a { background-color: rgb(171,197,9); }
div.DivClassName
{
background-color: #ABC509;
}
.BgClassName
{
background-color: #ABC509;
}
</style>
border-color css
<style>
span { border-color: #ABC509; }
span { border-color: rgb(171,197,9); }
td.TdClassName
{
border-color: #ABC509;
}
.TagClassName
{
border-color: #ABC509;
}
</style>