#AEC034

Color #AEC034 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AEC034

Tints of Bahia #AEC034

Color information

#AEC034 (or 0xAEC034) is unknown color: approx Bahia. HEX triplet: AE, C0 and 34. RGB value is (174,192,52). Sum of RGB (Red+Green+Blue) = 174+192+52=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC034 is #513FCB. Grayscale: #ABABAB. Windows color (decimal): -5324748 or 3457198. OLE color: 3457198.

HSL color Cylindrical-coordinate representation of color #AEC034: hue angle of 67.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEC034 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB17419252-
CMYK0.0900.730.25
HSL67.71º57.38%47.84%-
HSV(B)67.71º72.92%75.29%-
XYZ36.9346.9510.36-
YUV170.6661.04130.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 192 (75.39% from 255) = 45.93%
BLUE value IS 52 (20.70% from 255) = 12.44%
R=41.63%
G=45.93%
B=12.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174192520.0900.730.2567.7157.3847.84
HexAEC034904919443930
Octal25630064110111311047160
Binary1010111011000000110100100101001001110011000100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC034; }

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

 H1.HeaderClassName
 {
   color: #AEC034;
 }
 .AnyTagClassName
 {
   color: #AEC034;
 }
</style>
background-color css

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

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

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

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

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

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