Shades of Celery #AABD3C
Tints of Celery #AABD3C
RGB
CMYK
RGB Variations
Color information
#AABD3C (or 0xAABD3C) is known color: Celery. HEX triplet: AA, BD and 3C. RGB value is (170,189,60). Sum of RGB (Red+Green+Blue) = 170+189+60=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD3C is #5542C3. Grayscale: #A9A9A9. Windows color (decimal): -5587652 or 3980714. OLE color: 3980714.
HSL color Cylindrical-coordinate representation of color #AABD3C: hue angle of 68.84º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AABD3C is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 60 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.26 |
| HSL | 68.84º | 0.52% | 0.49% | - |
| HSV(B) | 68.84º | 0.68% | 0.74% | - |
| XYZ | 35.59 | 45.27 | 11.14 | - |
| YUV | 168.61 | 66.71 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 60 | 0.10 | 0 | 0.68 | 0.26 | 68.84 | 0.52 | 0.49 |
| Hex | AA | BD | 3C | A | 0 | 44 | 1A | 45 | 34 | 31 |
| Octal | 252 | 275 | 74 | 12 | 0 | 104 | 32 | 105 | 64 | 61 |
| Binary | 10101010 | 10111101 | 111100 | 1010 | 0 | 1000100 | 11010 | 1000101 | 110100 | 110001 |
Color Harmonies of #AABD3C
Complementary color
Monochromatic Colors of #AABD3C
Black with #AABD3C
Text Example
Text Example
White with #AABD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD3C; }
p { color: rgb(170,189,60); }
H1.HeaderClassName
{
color: #AABD3C;
}
.AnyTagClassName
{
color: #AABD3C;
}
</style>
background-color css
<style>
a { background-color: #AABD3C; }
a { background-color: rgb(170,189,60); }
div.DivClassName
{
background-color: #AABD3C;
}
.BgClassName
{
background-color: #AABD3C;
}
</style>
border-color css
<style>
span { border-color: #AABD3C; }
span { border-color: rgb(170,189,60); }
td.TdClassName
{
border-color: #AABD3C;
}
.TagClassName
{
border-color: #AABD3C;
}
</style>