#AEBA52

Color #AEBA52 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #AEBA52

Tints of Celery #AEBA52

Color information

#AEBA52 (or 0xAEBA52) is unknown color: approx Celery. HEX triplet: AE, BA and 52. RGB value is (174,186,82). Sum of RGB (Red+Green+Blue) = 174+186+82=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA52 is #5145AD. Grayscale: #AAAAAA. Windows color (decimal): -5326254 or 5421742. OLE color: 5421742.

HSL color Cylindrical-coordinate representation of color #AEBA52: hue angle of 66.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEBA52 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB17418682-
CMYK0.0600.560.27
HSL66.92º42.98%52.55%-
HSV(B)66.92º55.91%72.94%-
XYZ36.5444.7314.69-
YUV170.5678.02130.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 82 (32.42% from 255) = 18.55%
R=39.37%
G=42.08%
B=18.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174186820.0600.560.2766.9242.9852.55
HexAEBA5260381B432b35
Octal2562721226070331035365
Binary101011101011101010100101100111000110111000011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA52; }

 p { color: rgb(174,186,82); }

 H1.HeaderClassName
 {
   color: #AEBA52;
 }
 .AnyTagClassName
 {
   color: #AEBA52;
 }
</style>
background-color css

<style>
 a { background-color: #AEBA52; }

 a { background-color: rgb(174,186,82); }

 div.DivClassName
 {
   background-color: #AEBA52;
 }
 .BgClassName
 {
   background-color: #AEBA52;
 }
</style>
border-color css

<style>
 span { border-color: #AEBA52; }

 span { border-color: rgb(174,186,82); }

 td.TdClassName
 {
   border-color: #AEBA52;
 }
 .TagClassName
 {
   border-color: #AEBA52;
 }
</style>