#AEC831

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

Shades of Bahia #AEC831

Tints of Bahia #AEC831

Color information

#AEC831 (or 0xAEC831) is unknown color: approx Bahia. HEX triplet: AE, C8 and 31. RGB value is (174,200,49). Sum of RGB (Red+Green+Blue) = 174+200+49=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC831 is #5137CE. Grayscale: #AFAFAF. Windows color (decimal): -5322703 or 3262638. OLE color: 3262638.

HSL color Cylindrical-coordinate representation of color #AEC831: hue angle of 70.33º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEC831 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB17420049-
CMYK0.1300.760.22
HSL70.33º60.64%48.82%-
HSV(B)70.33º75.5%78.43%-
XYZ38.6650.5310.62-
YUV175.0156.89127.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 200 (78.52% from 255) = 47.28%
BLUE value IS 49 (19.53% from 255) = 11.58%
R=41.13%
G=47.28%
B=11.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174200490.1300.760.2270.3360.6448.82
HexAEC831D04C16463d31
Octal25631061150114261067561
Binary1010111011001000110001110101001100101101000110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC831; }

 p { color: rgb(174,200,49); }

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

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

 a { background-color: rgb(174,200,49); }

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

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

 span { border-color: rgb(174,200,49); }

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