Shades of Citrus #ABAE11
Tints of Citrus #ABAE11
RGB
CMYK
RGB Variations
Color information
#ABAE11 (or 0xABAE11) is known color: Citrus. HEX triplet: AB, AE and 11. RGB value is (171,174,17). Sum of RGB (Red+Green+Blue) = 171+174+17=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAE11 is #5451EE. Grayscale: #9B9B9B. Windows color (decimal): -5525999 or 1158827. OLE color: 1158827.
HSL color Cylindrical-coordinate representation of color #ABAE11: hue angle of 61.15º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABAE11 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 17 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.32 |
| HSL | 61.15º | 0.82% | 0.37% | - |
| HSV(B) | 61.15º | 0.9% | 0.68% | - |
| XYZ | 32.03 | 38.97 | 6.36 | - |
| YUV | 155.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 17 | 0.02 | 0 | 0.90 | 0.32 | 61.15 | 0.82 | 0.37 |
| Hex | AB | AE | 11 | 2 | 0 | 5A | 20 | 3D | 52 | 25 |
| Octal | 253 | 256 | 21 | 2 | 0 | 132 | 40 | 75 | 122 | 45 |
| Binary | 10101011 | 10101110 | 10001 | 10 | 0 | 1011010 | 100000 | 111101 | 1010010 | 100101 |
Color Harmonies of #ABAE11
Complementary color
Monochromatic Colors of #ABAE11
Black with #ABAE11
Text Example
Text Example
White with #ABAE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE11; }
p { color: rgb(171,174,17); }
H1.HeaderClassName
{
color: #ABAE11;
}
.AnyTagClassName
{
color: #ABAE11;
}
</style>
background-color css
<style>
a { background-color: #ABAE11; }
a { background-color: rgb(171,174,17); }
div.DivClassName
{
background-color: #ABAE11;
}
.BgClassName
{
background-color: #ABAE11;
}
</style>
border-color css
<style>
span { border-color: #ABAE11; }
span { border-color: rgb(171,174,17); }
td.TdClassName
{
border-color: #ABAE11;
}
.TagClassName
{
border-color: #ABAE11;
}
</style>