Shades of Citrus #ABAE12
Tints of Citrus #ABAE12
RGB
CMYK
RGB Variations
Color information
#ABAE12 (or 0xABAE12) is known color: Citrus. HEX triplet: AB, AE and 12. RGB value is (171,174,18). Sum of RGB (Red+Green+Blue) = 171+174+18=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAE12 is #5451ED. Grayscale: #9B9B9B. Windows color (decimal): -5525998 or 1224363. OLE color: 1224363.
HSL color Cylindrical-coordinate representation of color #ABAE12: hue angle of 61.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABAE12 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 18 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.32 |
| HSL | 61.15º | 0.81% | 0.38% | - |
| HSV(B) | 61.15º | 0.9% | 0.68% | - |
| XYZ | 32.04 | 38.97 | 6.41 | - |
| YUV | 155.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 18 | 0.02 | 0 | 0.90 | 0.32 | 61.15 | 0.81 | 0.38 |
| Hex | AB | AE | 12 | 2 | 0 | 5A | 20 | 3D | 51 | 26 |
| Octal | 253 | 256 | 22 | 2 | 0 | 132 | 40 | 75 | 121 | 46 |
| Binary | 10101011 | 10101110 | 10010 | 10 | 0 | 1011010 | 100000 | 111101 | 1010001 | 100110 |
Color Harmonies of #ABAE12
Complementary color
Monochromatic Colors of #ABAE12
Black with #ABAE12
Text Example
Text Example
White with #ABAE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE12; }
p { color: rgb(171,174,18); }
H1.HeaderClassName
{
color: #ABAE12;
}
.AnyTagClassName
{
color: #ABAE12;
}
</style>
background-color css
<style>
a { background-color: #ABAE12; }
a { background-color: rgb(171,174,18); }
div.DivClassName
{
background-color: #ABAE12;
}
.BgClassName
{
background-color: #ABAE12;
}
</style>
border-color css
<style>
span { border-color: #ABAE12; }
span { border-color: rgb(171,174,18); }
td.TdClassName
{
border-color: #ABAE12;
}
.TagClassName
{
border-color: #ABAE12;
}
</style>