Shades of Celery #AEB850
Tints of Celery #AEB850
RGB
CMYK
RGB Variations
Color information
#AEB850 (or 0xAEB850) is known color: Celery. HEX triplet: AE, B8 and 50. RGB value is (174,184,80). Sum of RGB (Red+Green+Blue) = 174+184+80=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB850 is #5147AF. Grayscale: #A9A9A9. Windows color (decimal): -5326768 or 5290158. OLE color: 5290158.
HSL color Cylindrical-coordinate representation of color #AEB850: hue angle of 65.77º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEB850 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 80 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.28 |
| HSL | 65.77º | 0.42% | 0.52% | - |
| HSV(B) | 65.77º | 0.57% | 0.72% | - |
| XYZ | 36.04 | 43.86 | 14.16 | - |
| YUV | 169.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 80 | 0.05 | 0 | 0.57 | 0.28 | 65.77 | 0.42 | 0.52 |
| Hex | AE | B8 | 50 | 5 | 0 | 39 | 1C | 42 | 2A | 34 |
| Octal | 256 | 270 | 120 | 5 | 0 | 71 | 34 | 102 | 52 | 64 |
| Binary | 10101110 | 10111000 | 1010000 | 101 | 0 | 111001 | 11100 | 1000010 | 101010 | 110100 |
Color Harmonies of #AEB850
Complementary color
Monochromatic Colors of #AEB850
Black with #AEB850
Text Example
Text Example
White with #AEB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB850; }
p { color: rgb(174,184,80); }
H1.HeaderClassName
{
color: #AEB850;
}
.AnyTagClassName
{
color: #AEB850;
}
</style>
background-color css
<style>
a { background-color: #AEB850; }
a { background-color: rgb(174,184,80); }
div.DivClassName
{
background-color: #AEB850;
}
.BgClassName
{
background-color: #AEB850;
}
</style>
border-color css
<style>
span { border-color: #AEB850; }
span { border-color: rgb(174,184,80); }
td.TdClassName
{
border-color: #AEB850;
}
.TagClassName
{
border-color: #AEB850;
}
</style>