#AEBD3C

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

Shades of Celery #AEBD3C

Tints of Celery #AEBD3C

Color information

#AEBD3C (or 0xAEBD3C) is unknown color: approx Celery. HEX triplet: AE, BD and 3C. RGB value is (174,189,60). Sum of RGB (Red+Green+Blue) = 174+189+60=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD3C is #5142C3. Grayscale: #AAAAAA. Windows color (decimal): -5325508 or 3980718. OLE color: 3980718.

HSL color Cylindrical-coordinate representation of color #AEBD3C: hue angle of 66.98º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEBD3C is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB17418960-
CMYK0.0800.680.26
HSL66.98º51.81%48.82%-
HSV(B)66.98º68.25%74.12%-
XYZ36.4745.7211.18-
YUV169.8166.03130.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 60 (23.83% from 255) = 14.18%
R=41.13%
G=44.68%
B=14.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174189600.0800.680.2666.9851.8148.82
HexAEBD3C80441A433431
Octal25627574100104321036461
Binary1010111010111101111100100001000100110101000011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD3C; }

 p { color: rgb(174,189,60); }

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

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

 a { background-color: rgb(174,189,60); }

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

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

 span { border-color: rgb(174,189,60); }

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