Shades of Celery #AAB43C
Tints of Celery #AAB43C
RGB
CMYK
RGB Variations
Color information
#AAB43C (or 0xAAB43C) is known color: Celery. HEX triplet: AA, B4 and 3C. RGB value is (170,180,60). Sum of RGB (Red+Green+Blue) = 170+180+60=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB43C is #554BC3. Grayscale: #A3A3A3. Windows color (decimal): -5589956 or 3978410. OLE color: 3978410.
HSL color Cylindrical-coordinate representation of color #AAB43C: hue angle of 65º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAB43C is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 60 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.29 |
| HSL | 65º | 0.5% | 0.47% | - |
| HSV(B) | 65º | 0.67% | 0.71% | - |
| XYZ | 33.71 | 41.51 | 10.51 | - |
| YUV | 163.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 60 | 0.06 | 0 | 0.67 | 0.29 | 65 | 0.5 | 0.47 |
| Hex | AA | B4 | 3C | 6 | 0 | 43 | 1D | 41 | 32 | 2F |
| Octal | 252 | 264 | 74 | 6 | 0 | 103 | 35 | 101 | 62 | 57 |
| Binary | 10101010 | 10110100 | 111100 | 110 | 0 | 1000011 | 11101 | 1000001 | 110010 | 101111 |
Color Harmonies of #AAB43C
Complementary color
Monochromatic Colors of #AAB43C
Black with #AAB43C
Text Example
Text Example
White with #AAB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB43C; }
p { color: rgb(170,180,60); }
H1.HeaderClassName
{
color: #AAB43C;
}
.AnyTagClassName
{
color: #AAB43C;
}
</style>
background-color css
<style>
a { background-color: #AAB43C; }
a { background-color: rgb(170,180,60); }
div.DivClassName
{
background-color: #AAB43C;
}
.BgClassName
{
background-color: #AAB43C;
}
</style>
border-color css
<style>
span { border-color: #AAB43C; }
span { border-color: rgb(170,180,60); }
td.TdClassName
{
border-color: #AAB43C;
}
.TagClassName
{
border-color: #AAB43C;
}
</style>