#AEBA4A

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

Shades of Celery #AEBA4A

Tints of Celery #AEBA4A

Color information

#AEBA4A (or 0xAEBA4A) is unknown color: approx Celery. HEX triplet: AE, BA and 4A. RGB value is (174,186,74). Sum of RGB (Red+Green+Blue) = 174+186+74=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA4A is #5145B5. Grayscale: #AAAAAA. Windows color (decimal): -5326262 or 4897454. OLE color: 4897454.

HSL color Cylindrical-coordinate representation of color #AEBA4A: hue angle of 66.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEBA4A is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB17418674-
CMYK0.0600.600.27
HSL66.43º44.8%50.98%-
HSV(B)66.43º60.22%72.94%-
XYZ36.2544.6113.18-
YUV169.6474.02131.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 74 (29.30% from 255) = 17.05%
R=40.09%
G=42.86%
B=17.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174186740.0600.600.2766.4344.850.98
HexAEBA4A603C1B422d33
Octal2562721126074331025563
Binary101011101011101010010101100111100110111000010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA4A; }

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

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

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

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

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

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

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

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