#AEC820

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

Shades of Bahia #AEC820

Tints of Bahia #AEC820

Color information

#AEC820 (or 0xAEC820) is unknown color: approx Bahia. HEX triplet: AE, C8 and 20. RGB value is (174,200,32). Sum of RGB (Red+Green+Blue) = 174+200+32=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC820 is #5137DF. Grayscale: #ADADAD. Windows color (decimal): -5322720 or 2148526. OLE color: 2148526.

HSL color Cylindrical-coordinate representation of color #AEC820: hue angle of 69.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEC820 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB17420032-
CMYK0.1300.840.22
HSL69.29º72.41%45.49%-
HSV(B)69.29º84%78.43%-
XYZ38.3750.419.07-
YUV173.0748.39128.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 200 (78.52% from 255) = 49.26%
BLUE value IS 32 (12.89% from 255) = 7.88%
R=42.86%
G=49.26%
B=7.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174200320.1300.840.2269.2972.4145.49
HexAEC820D0541645482d
Octal256310401501242610511055
Binary10101110110010001000001101010101001011010001011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC820; }

 p { color: rgb(174,200,32); }

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

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

 a { background-color: rgb(174,200,32); }

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

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

 span { border-color: rgb(174,200,32); }

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