Html Css Color HEX #AEC820 Bahia

📋 copy color: '#AEC820'

red 174 ◦ green 200 ◦ blue 32

#AEC820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AEC820

Tints of Bahia #AEC820

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 value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#AEC820 (or 0xAEC820) is known color: 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

RGB 174 200 32 -
CMYK 0.13 0 0.84 0.22
HSL 69.29º 0.72% 0.45% -
HSV(B) 69.29º 0.84% 0.78% -
XYZ 38.37 50.41 9.07 -
YUV 173.07 48.39 128.66 -
System Red Green Blue C M Y K H S L
Decimal 174 200 32 0.13 0 0.84 0.22 69.29 0.72 0.45
Hex AE C8 20 D 0 54 16 45 48 2D
Octal 256 310 40 15 0 124 26 105 110 55
Binary 10101110 11001000 100000 1101 0 1010100 10110 1000101 1001000 101101

Color Harmonies of #AEC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC820

Black with #AEC820

Text Example


Text Example

White with #AEC820

Text Example


Text Example

HTML Codes & Css Web 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>