Html Css Color HEX #AEC234 Bahia

📋 copy color: '#AEC234'

red 174 ◦ green 194 ◦ blue 52

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

Shades of Bahia #AEC234

Tints of Bahia #AEC234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.19%

 BLUE value IS 52 (20.7% from 255) = 12.38%

R = 41.43%
G = 46.19%
B = 12.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#AEC234 (or 0xAEC234) is known color: Bahia. HEX triplet: AE, C2 and 34. RGB value is (174,194,52). Sum of RGB (Red+Green+Blue) = 174+194+52=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC234 is #513DCB. Grayscale: #ACACAC. Windows color (decimal): -5324236 or 3457710. OLE color: 3457710.

HSL color Cylindrical-coordinate representation of color #AEC234: hue angle of 68.45º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEC234 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 52 -
CMYK 0.10 0 0.73 0.24
HSL 68.45º 0.58% 0.48% -
HSV(B) 68.45º 0.73% 0.76% -
XYZ 37.37 47.83 10.51 -
YUV 171.83 60.37 129.55 -
System Red Green Blue C M Y K H S L
Decimal 174 194 52 0.10 0 0.73 0.24 68.45 0.58 0.48
Hex AE C2 34 A 0 49 18 44 3A 30
Octal 256 302 64 12 0 111 30 104 72 60
Binary 10101110 11000010 110100 1010 0 1001001 11000 1000100 111010 110000

Color Harmonies of #AEC234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC234

Black with #AEC234

Text Example


Text Example

White with #AEC234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC234; }

 p { color: rgb(174,194,52); }

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

background-color css

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

 a { background-color: rgb(174,194,52); }

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

border-color css

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

 span { border-color: rgb(174,194,52); }

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