#AEBF3C

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

Shades of Celery #AEBF3C

Tints of Celery #AEBF3C

Color information

#AEBF3C (or 0xAEBF3C) is unknown color: approx Celery. HEX triplet: AE, BF and 3C. RGB value is (174,191,60). Sum of RGB (Red+Green+Blue) = 174+191+60=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBF3C is #5140C3. Grayscale: #ABABAB. Windows color (decimal): -5324996 or 3981230. OLE color: 3981230.

HSL color Cylindrical-coordinate representation of color #AEBF3C: hue angle of 67.79º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEBF3C is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB17419160-
CMYK0.0900.690.25
HSL67.79º52.19%49.22%-
HSV(B)67.79º68.59%74.9%-
XYZ36.946.5911.32-
YUV170.9865.37130.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 191 (75% from 255) = 44.94%
BLUE value IS 60 (23.83% from 255) = 14.12%
R=40.94%
G=44.94%
B=14.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174191600.0900.690.2567.7952.1949.22
HexAEBF3C904519443431
Octal25627774110105311046461
Binary1010111010111111111100100101000101110011000100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF3C; }

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

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

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

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

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

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

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

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