Shades of Celery #AAB63B
Tints of Celery #AAB63B
RGB
CMYK
RGB Variations
Color information
#AAB63B (or 0xAAB63B) is known color: Celery. HEX triplet: AA, B6 and 3B. RGB value is (170,182,59). Sum of RGB (Red+Green+Blue) = 170+182+59=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB63B is #5549C4. Grayscale: #A4A4A4. Windows color (decimal): -5589445 or 3913386. OLE color: 3913386.
HSL color Cylindrical-coordinate representation of color #AAB63B: hue angle of 65.85º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAB63B is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 59 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.29 |
| HSL | 65.85º | 0.51% | 0.47% | - |
| HSV(B) | 65.85º | 0.68% | 0.71% | - |
| XYZ | 34.09 | 42.32 | 10.51 | - |
| YUV | 164.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 59 | 0.07 | 0 | 0.68 | 0.29 | 65.85 | 0.51 | 0.47 |
| Hex | AA | B6 | 3B | 7 | 0 | 44 | 1D | 42 | 33 | 2F |
| Octal | 252 | 266 | 73 | 7 | 0 | 104 | 35 | 102 | 63 | 57 |
| Binary | 10101010 | 10110110 | 111011 | 111 | 0 | 1000100 | 11101 | 1000010 | 110011 | 101111 |
Color Harmonies of #AAB63B
Complementary color
Monochromatic Colors of #AAB63B
Black with #AAB63B
Text Example
Text Example
White with #AAB63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB63B; }
p { color: rgb(170,182,59); }
H1.HeaderClassName
{
color: #AAB63B;
}
.AnyTagClassName
{
color: #AAB63B;
}
</style>
background-color css
<style>
a { background-color: #AAB63B; }
a { background-color: rgb(170,182,59); }
div.DivClassName
{
background-color: #AAB63B;
}
.BgClassName
{
background-color: #AAB63B;
}
</style>
border-color css
<style>
span { border-color: #AAB63B; }
span { border-color: rgb(170,182,59); }
td.TdClassName
{
border-color: #AAB63B;
}
.TagClassName
{
border-color: #AAB63B;
}
</style>