#AEB750

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

Shades of Celery #AEB750

Tints of Celery #AEB750

Color information

#AEB750 (or 0xAEB750) is unknown color: approx Celery. HEX triplet: AE, B7 and 50. RGB value is (174,183,80). Sum of RGB (Red+Green+Blue) = 174+183+80=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB750 is #5148AF. Grayscale: #A8A8A8. Windows color (decimal): -5327024 or 5289902. OLE color: 5289902.

HSL color Cylindrical-coordinate representation of color #AEB750: hue angle of 65.24º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEB750 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB17418380-
CMYK0.0500.560.28
HSL65.24º41.7%51.57%-
HSV(B)65.24º56.28%71.76%-
XYZ35.8443.4414.09-
YUV168.5778.02131.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 80 (31.64% from 255) = 18.31%
R=39.82%
G=41.88%
B=18.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174183800.0500.560.2865.2441.751.57
HexAEB75050381C412a34
Octal2562671205070341015264
Binary101011101011011110100001010111000111001000001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB750; }

 p { color: rgb(174,183,80); }

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

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

 a { background-color: rgb(174,183,80); }

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

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

 span { border-color: rgb(174,183,80); }

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