Html Css Color HEX #AEC533 Bahia

📋 copy color: '#AEC533'

red 174 ◦ green 197 ◦ blue 51

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

Shades of Bahia #AEC533

Tints of Bahia #AEC533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.09%

R = 41.23%
G = 46.68%
B = 12.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#AEC533 (or 0xAEC533) is known color: Bahia. HEX triplet: AE, C5 and 33. RGB value is (174,197,51). Sum of RGB (Red+Green+Blue) = 174+197+51=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC533 is #513ACC. Grayscale: #AEAEAE. Windows color (decimal): -5323469 or 3392942. OLE color: 3392942.

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

Color convert

RGB 174 197 51 -
CMYK 0.12 0 0.74 0.23
HSL 69.45º 0.59% 0.49% -
HSV(B) 69.45º 0.74% 0.77% -
XYZ 38.02 49.17 10.62 -
YUV 173.48 58.88 128.37 -
System Red Green Blue C M Y K H S L
Decimal 174 197 51 0.12 0 0.74 0.23 69.45 0.59 0.49
Hex AE C5 33 C 0 4A 17 45 3B 31
Octal 256 305 63 14 0 112 27 105 73 61
Binary 10101110 11000101 110011 1100 0 1001010 10111 1000101 111011 110001

Color Harmonies of #AEC533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC533

Black with #AEC533

Text Example


Text Example

White with #AEC533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC533; }

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

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

background-color css

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

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

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

border-color css

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

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

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