Shades of Citrus #ABAE10
Tints of Citrus #ABAE10
RGB
CMYK
RGB Variations
Color information
#ABAE10 (or 0xABAE10) is known color: Citrus. HEX triplet: AB, AE and 10. RGB value is (171,174,16). Sum of RGB (Red+Green+Blue) = 171+174+16=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAE10 is #5451EF. Grayscale: #9B9B9B. Windows color (decimal): -5526000 or 1093291. OLE color: 1093291.
HSL color Cylindrical-coordinate representation of color #ABAE10: hue angle of 61.14º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABAE10 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 16 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.32 |
| HSL | 61.14º | 0.83% | 0.37% | - |
| HSV(B) | 61.14º | 0.91% | 0.68% | - |
| XYZ | 32.02 | 38.97 | 6.32 | - |
| YUV | 155.09 | 49.51 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 16 | 0.02 | 0 | 0.91 | 0.32 | 61.14 | 0.83 | 0.37 |
| Hex | AB | AE | 10 | 2 | 0 | 5B | 20 | 3D | 53 | 25 |
| Octal | 253 | 256 | 20 | 2 | 0 | 133 | 40 | 75 | 123 | 45 |
| Binary | 10101011 | 10101110 | 10000 | 10 | 0 | 1011011 | 100000 | 111101 | 1010011 | 100101 |
Color Harmonies of #ABAE10
Complementary color
Monochromatic Colors of #ABAE10
Black with #ABAE10
Text Example
Text Example
White with #ABAE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE10; }
p { color: rgb(171,174,16); }
H1.HeaderClassName
{
color: #ABAE10;
}
.AnyTagClassName
{
color: #ABAE10;
}
</style>
background-color css
<style>
a { background-color: #ABAE10; }
a { background-color: rgb(171,174,16); }
div.DivClassName
{
background-color: #ABAE10;
}
.BgClassName
{
background-color: #ABAE10;
}
</style>
border-color css
<style>
span { border-color: #ABAE10; }
span { border-color: rgb(171,174,16); }
td.TdClassName
{
border-color: #ABAE10;
}
.TagClassName
{
border-color: #ABAE10;
}
</style>