Html Css Color HEX #AEC52B Bahia

📋 copy color: '#AEC52B'

red 174 ◦ green 197 ◦ blue 43

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

Shades of Bahia #AEC52B

Tints of Bahia #AEC52B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.58%

 BLUE value IS 43 (17.19% from 255) = 10.39%

R = 42.03%
G = 47.58%
B = 10.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#AEC52B (or 0xAEC52B) is known color: Bahia. HEX triplet: AE, C5 and 2B. RGB value is (174,197,43). Sum of RGB (Red+Green+Blue) = 174+197+43=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC52B is #513AD4. Grayscale: #ADADAD. Windows color (decimal): -5323477 or 2868654. OLE color: 2868654.

HSL color Cylindrical-coordinate representation of color #AEC52B: hue angle of 68.96º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEC52B is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 197 43 -
CMYK 0.12 0 0.78 0.23
HSL 68.96º 0.64% 0.47% -
HSV(B) 68.96º 0.78% 0.77% -
XYZ 37.86 49.11 9.77 -
YUV 172.57 54.88 129.02 -
System Red Green Blue C M Y K H S L
Decimal 174 197 43 0.12 0 0.78 0.23 68.96 0.64 0.47
Hex AE C5 2B C 0 4E 17 45 40 2F
Octal 256 305 53 14 0 116 27 105 100 57
Binary 10101110 11000101 101011 1100 0 1001110 10111 1000101 1000000 101111

Color Harmonies of #AEC52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC52B

Black with #AEC52B

Text Example


Text Example

White with #AEC52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC52B; }

 p { color: rgb(174,197,43); }

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

background-color css

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

 a { background-color: rgb(174,197,43); }

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

border-color css

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

 span { border-color: rgb(174,197,43); }

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