#aecb25

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

Shades of Bahia #AECB25

Tints of Bahia #AECB25

Color information

#AECB25 (or 0xAECB25) is unknown color: approx Bahia. HEX triplet: AE, CB and 25. RGB value is (174,203,37). Sum of RGB (Red+Green+Blue) = 174+203+37=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB25 is #5134DA. Grayscale: #B0B0B0. Windows color (decimal): -5321947 or 2476974. OLE color: 2476974.

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

Color convert

RGB17420337-
CMYK0.1400.820.20
HSL70.48º69.17%47.06%-
HSV(B)70.48º81.77%79.61%-
XYZ39.1551.849.69-
YUV175.449.89127-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 203 (79.69% from 255) = 49.03%
BLUE value IS 37 (14.84% from 255) = 8.94%
R=42.03%
G=49.03%
B=8.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174203370.1400.820.2070.4869.1747.06
HexAECB25E0521446452f
Octal256313451601222410610557
Binary10101110110010111001011110010100101010010001101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aecb25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aecb25; }

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

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

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

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

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

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

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

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