Html Css Color HEX #AEC134 Bahia

📋 copy color: '#AEC134'

red 174 ◦ green 193 ◦ blue 52

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

Shades of Bahia #AEC134

Tints of Bahia #AEC134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.06%

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

R = 41.53%
G = 46.06%
B = 12.41%

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

#AEC134 (or 0xAEC134) is known color: Bahia. HEX triplet: AE, C1 and 34. RGB value is (174,193,52). Sum of RGB (Red+Green+Blue) = 174+193+52=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC134 is #513ECB. Grayscale: #ABABAB. Windows color (decimal): -5324492 or 3457454. OLE color: 3457454.

HSL color Cylindrical-coordinate representation of color #AEC134: hue angle of 68.09º 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 #AEC134 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 193 52 -
CMYK 0.10 0 0.73 0.24
HSL 68.09º 0.58% 0.48% -
HSV(B) 68.09º 0.73% 0.76% -
XYZ 37.15 47.39 10.44 -
YUV 171.25 60.71 129.96 -
System Red Green Blue C M Y K H S L
Decimal 174 193 52 0.10 0 0.73 0.24 68.09 0.58 0.48
Hex AE C1 34 A 0 49 18 44 3A 30
Octal 256 301 64 12 0 111 30 104 72 60
Binary 10101110 11000001 110100 1010 0 1001001 11000 1000100 111010 110000

Color Harmonies of #AEC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC134

Black with #AEC134

Text Example


Text Example

White with #AEC134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC134; }

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

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

background-color css

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

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

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

border-color css

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

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

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