Html Css Color HEX #AEC928 Bahia

📋 copy color: '#AEC928'

red 174 ◦ green 201 ◦ blue 40

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

Shades of Bahia #AEC928

Tints of Bahia #AEC928

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.43%

 BLUE value IS 40 (16.02% from 255) = 9.64%

R = 41.93%
G = 48.43%
B = 9.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#AEC928 (or 0xAEC928) is known color: Bahia. HEX triplet: AE, C9 and 28. RGB value is (174,201,40). Sum of RGB (Red+Green+Blue) = 174+201+40=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC928 is #5136D7. Grayscale: #AFAFAF. Windows color (decimal): -5322456 or 2673070. OLE color: 2673070.

HSL color Cylindrical-coordinate representation of color #AEC928: hue angle of 70.06º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEC928 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 40 -
CMYK 0.13 0 0.80 0.21
HSL 70.06º 0.67% 0.47% -
HSV(B) 70.06º 0.8% 0.79% -
XYZ 38.73 50.93 9.8 -
YUV 174.57 52.05 127.59 -
System Red Green Blue C M Y K H S L
Decimal 174 201 40 0.13 0 0.80 0.21 70.06 0.67 0.47
Hex AE C9 28 D 0 50 15 46 43 2F
Octal 256 311 50 15 0 120 25 106 103 57
Binary 10101110 11001001 101000 1101 0 1010000 10101 1000110 1000011 101111

Color Harmonies of #AEC928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC928

Black with #AEC928

Text Example


Text Example

White with #AEC928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC928; }

 p { color: rgb(174,201,40); }

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

background-color css

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

 a { background-color: rgb(174,201,40); }

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

border-color css

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

 span { border-color: rgb(174,201,40); }

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