Html Css Color HEX #AEC020 Bahia

📋 copy color: '#AEC020'

red 174 ◦ green 192 ◦ blue 32

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

Shades of Bahia #AEC020

Tints of Bahia #AEC020

RGB

 RED value IS 174 (68.36% from 255) = 43.72%

 GREEN value IS 192 (75.39% from 255) = 48.24%

 BLUE value IS 32 (12.89% from 255) = 8.04%

R = 43.72%
G = 48.24%
B = 8.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#AEC020 (or 0xAEC020) is known color: Bahia. HEX triplet: AE, C0 and 20. RGB value is (174,192,32). Sum of RGB (Red+Green+Blue) = 174+192+32=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC020 is #513FDF. Grayscale: #A9A9A9. Windows color (decimal): -5324768 or 2146478. OLE color: 2146478.

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

Color convert

RGB 174 192 32 -
CMYK 0.09 0 0.83 0.25
HSL 66.75º 0.71% 0.44% -
HSV(B) 66.75º 0.83% 0.75% -
XYZ 36.57 46.8 8.47 -
YUV 168.38 51.04 132.01 -
System Red Green Blue C M Y K H S L
Decimal 174 192 32 0.09 0 0.83 0.25 66.75 0.71 0.44
Hex AE C0 20 9 0 53 19 43 47 2C
Octal 256 300 40 11 0 123 31 103 107 54
Binary 10101110 11000000 100000 1001 0 1010011 11001 1000011 1000111 101100

Color Harmonies of #AEC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC020

Black with #AEC020

Text Example


Text Example

White with #AEC020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC020; }

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

 H1.HeaderClassName
 {
   color: #AEC020;
 }
 .AnyTagClassName
 {
   color: #AEC020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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