#aecb2d

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

Shades of Bahia #AECB2D

Tints of Bahia #AECB2D

Color information

#AECB2D (or 0xAECB2D) is unknown color: approx Bahia. HEX triplet: AE, CB and 2D. RGB value is (174,203,45). Sum of RGB (Red+Green+Blue) = 174+203+45=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB2D is #5134D2. Grayscale: #B0B0B0. Windows color (decimal): -5321939 or 3001262. OLE color: 3001262.

HSL color Cylindrical-coordinate representation of color #AECB2D: hue angle of 71.01º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AECB2D is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB17420345-
CMYK0.1400.780.20
HSL71.01º63.71%48.63%-
HSV(B)71.01º77.83%79.61%-
XYZ39.2951.910.43-
YUV176.3253.89126.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 203 (79.69% from 255) = 48.10%
BLUE value IS 45 (17.97% from 255) = 10.66%
R=41.23%
G=48.10%
B=10.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174203450.1400.780.2071.0163.7148.63
HexAECB2DE04E14474031
Octal256313551601162410710061
Binary10101110110010111011011110010011101010010001111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aecb2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aecb2d; }

 p { color: rgb(174,203,45); }

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

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

 a { background-color: rgb(174,203,45); }

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

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

 span { border-color: rgb(174,203,45); }

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