Shades of Celery #AAB43B
Tints of Celery #AAB43B
RGB
CMYK
RGB Variations
Color information
#AAB43B (or 0xAAB43B) is known color: Celery. HEX triplet: AA, B4 and 3B. RGB value is (170,180,59). Sum of RGB (Red+Green+Blue) = 170+180+59=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB43B is #554BC4. Grayscale: #A3A3A3. Windows color (decimal): -5589957 or 3912874. OLE color: 3912874.
HSL color Cylindrical-coordinate representation of color #AAB43B: hue angle of 64.96º degrees, saturation: 0.51, 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 #AAB43B is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 59 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.29 |
| HSL | 64.96º | 0.51% | 0.47% | - |
| HSV(B) | 64.96º | 0.67% | 0.71% | - |
| XYZ | 33.69 | 41.5 | 10.37 | - |
| YUV | 163.22 | 69.19 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 59 | 0.06 | 0 | 0.67 | 0.29 | 64.96 | 0.51 | 0.47 |
| Hex | AA | B4 | 3B | 6 | 0 | 43 | 1D | 41 | 33 | 2F |
| Octal | 252 | 264 | 73 | 6 | 0 | 103 | 35 | 101 | 63 | 57 |
| Binary | 10101010 | 10110100 | 111011 | 110 | 0 | 1000011 | 11101 | 1000001 | 110011 | 101111 |
Color Harmonies of #AAB43B
Complementary color
Monochromatic Colors of #AAB43B
Black with #AAB43B
Text Example
Text Example
White with #AAB43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB43B; }
p { color: rgb(170,180,59); }
H1.HeaderClassName
{
color: #AAB43B;
}
.AnyTagClassName
{
color: #AAB43B;
}
</style>
background-color css
<style>
a { background-color: #AAB43B; }
a { background-color: rgb(170,180,59); }
div.DivClassName
{
background-color: #AAB43B;
}
.BgClassName
{
background-color: #AAB43B;
}
</style>
border-color css
<style>
span { border-color: #AAB43B; }
span { border-color: rgb(170,180,59); }
td.TdClassName
{
border-color: #AAB43B;
}
.TagClassName
{
border-color: #AAB43B;
}
</style>