#AEB94B

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

Shades of Celery #AEB94B

Tints of Celery #AEB94B

Color information

#AEB94B (or 0xAEB94B) is unknown color: approx Celery. HEX triplet: AE, B9 and 4B. RGB value is (174,185,75). Sum of RGB (Red+Green+Blue) = 174+185+75=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB94B is #5146B4. Grayscale: #A9A9A9. Windows color (decimal): -5326517 or 4962734. OLE color: 4962734.

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

Color convert

RGB17418575-
CMYK0.0600.590.27
HSL66º44%50.98%-
HSV(B)66º59.46%72.55%-
XYZ36.0744.213.29-
YUV169.1774.86131.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 185 (72.66% from 255) = 42.63%
BLUE value IS 75 (29.69% from 255) = 17.28%
R=40.09%
G=42.63%
B=17.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174185750.0600.590.27664450.98
HexAEB94B603B1B422c33
Octal2562711136073331025463
Binary101011101011100110010111100111011110111000010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB94B; }

 p { color: rgb(174,185,75); }

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

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

 a { background-color: rgb(174,185,75); }

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

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

 span { border-color: rgb(174,185,75); }

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