#AEBA34

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

Shades of Celery #AEBA34

Tints of Celery #AEBA34

Color information

#AEBA34 (or 0xAEBA34) is unknown color: approx Celery. HEX triplet: AE, BA and 34. RGB value is (174,186,52). Sum of RGB (Red+Green+Blue) = 174+186+52=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA34 is #5145CB. Grayscale: #A7A7A7. Windows color (decimal): -5326284 or 3455662. OLE color: 3455662.

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

Color convert

RGB17418652-
CMYK0.0600.720.27
HSL65.37º56.3%46.67%-
HSV(B)65.37º72.04%72.94%-
XYZ35.6344.369.93-
YUV167.1463.02132.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 52 (20.70% from 255) = 12.62%
R=42.23%
G=45.15%
B=12.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174186520.0600.720.2765.3756.346.67
HexAEBA3460481B41382f
Octal2562726460110331017057
Binary101011101011101011010011001001000110111000001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA34; }

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

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

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

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

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

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

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

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