Shades of Celery #AEBF5E
Tints of Celery #AEBF5E
RGB
CMYK
RGB Variations
Color information
#AEBF5E (or 0xAEBF5E) is known color: Celery. HEX triplet: AE, BF and 5E. RGB value is (174,191,94). Sum of RGB (Red+Green+Blue) = 174+191+94=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBF5E is #5140A1. Grayscale: #AFAFAF. Windows color (decimal): -5324962 or 6209454. OLE color: 6209454.
HSL color Cylindrical-coordinate representation of color #AEBF5E: hue angle of 70.52º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEBF5E is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 174 | 191 | 94 | - |
CMYK | 0.09 | 0 | 0.51 | 0.25 |
HSL | 70.52º | 0.43% | 0.56% | - |
HSV(B) | 70.52º | 0.51% | 0.75% | - |
XYZ | 38.11 | 47.07 | 17.67 | - |
YUV | 174.86 | 82.37 | 127.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 191 | 94 | 0.09 | 0 | 0.51 | 0.25 | 70.52 | 0.43 | 0.56 |
Hex | AE | BF | 5E | 9 | 0 | 33 | 19 | 47 | 2B | 38 |
Octal | 256 | 277 | 136 | 11 | 0 | 63 | 31 | 107 | 53 | 70 |
Binary | 10101110 | 10111111 | 1011110 | 1001 | 0 | 110011 | 11001 | 1000111 | 101011 | 111000 |
Color Harmonies of #AEBF5E
Complementary color
Monochromatic Colors of #AEBF5E
Black with #AEBF5E
Text Example
Text Example
White with #AEBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBF5E; }
p { color: rgb(174,191,94); }
H1.HeaderClassName
{
color: #AEBF5E;
}
.AnyTagClassName
{
color: #AEBF5E;
}
</style>
background-color css
<style>
a { background-color: #AEBF5E; }
a { background-color: rgb(174,191,94); }
div.DivClassName
{
background-color: #AEBF5E;
}
.BgClassName
{
background-color: #AEBF5E;
}
</style>
border-color css
<style>
span { border-color: #AEBF5E; }
span { border-color: rgb(174,191,94); }
td.TdClassName
{
border-color: #AEBF5E;
}
.TagClassName
{
border-color: #AEBF5E;
}
</style>