#AEB448

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

Shades of Celery #AEB448

Tints of Celery #AEB448

Color information

#AEB448 (or 0xAEB448) is unknown color: approx Celery. HEX triplet: AE, B4 and 48. RGB value is (174,180,72). Sum of RGB (Red+Green+Blue) = 174+180+72=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB448 is #514BB7. Grayscale: #A6A6A6. Windows color (decimal): -5327800 or 4764846. OLE color: 4764846.

HSL color Cylindrical-coordinate representation of color #AEB448: hue angle of 63.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEB448 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB17418072-
CMYK0.0300.600.29
HSL63.33º42.86%49.41%-
HSV(B)63.33º60%70.59%-
XYZ34.9542.1112.42-
YUV165.8975.01133.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 72 (28.52% from 255) = 16.90%
R=40.85%
G=42.25%
B=16.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180720.0300.600.2963.3342.8649.41
HexAEB448303C1D3f2b31
Octal256264110307435775361
Binary1010111010110100100100011011110011101111111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB448; }

 p { color: rgb(174,180,72); }

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

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

 a { background-color: rgb(174,180,72); }

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

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

 span { border-color: rgb(174,180,72); }

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