Shades of Citrus #ABC309
Tints of Citrus #ABC309
RGB
CMYK
RGB Variations
Color information
#ABC309 (or 0xABC309) is known color: Citrus. HEX triplet: AB, C3 and 09. RGB value is (171,195,9). Sum of RGB (Red+Green+Blue) = 171+195+9=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC309 is #543CF6. Grayscale: #A7A7A7. Windows color (decimal): -5520631 or 639915. OLE color: 639915.
HSL color Cylindrical-coordinate representation of color #ABC309: hue angle of 67.74º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABC309 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 9 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.24 |
| HSL | 67.74º | 0.91% | 0.4% | - |
| HSV(B) | 67.74º | 0.95% | 0.76% | - |
| XYZ | 36.36 | 47.71 | 7.55 | - |
| YUV | 166.62 | 39.05 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 9 | 0.12 | 0 | 0.95 | 0.24 | 67.74 | 0.91 | 0.4 |
| Hex | AB | C3 | 9 | C | 0 | 5F | 18 | 44 | 5B | 28 |
| Octal | 253 | 303 | 11 | 14 | 0 | 137 | 30 | 104 | 133 | 50 |
| Binary | 10101011 | 11000011 | 1001 | 1100 | 0 | 1011111 | 11000 | 1000100 | 1011011 | 101000 |
Color Harmonies of #ABC309
Complementary color
Monochromatic Colors of #ABC309
Black with #ABC309
Text Example
Text Example
White with #ABC309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC309; }
p { color: rgb(171,195,9); }
H1.HeaderClassName
{
color: #ABC309;
}
.AnyTagClassName
{
color: #ABC309;
}
</style>
background-color css
<style>
a { background-color: #ABC309; }
a { background-color: rgb(171,195,9); }
div.DivClassName
{
background-color: #ABC309;
}
.BgClassName
{
background-color: #ABC309;
}
</style>
border-color css
<style>
span { border-color: #ABC309; }
span { border-color: rgb(171,195,9); }
td.TdClassName
{
border-color: #ABC309;
}
.TagClassName
{
border-color: #ABC309;
}
</style>