#AEBB24

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

Shades of Bahia #AEBB24

Tints of Bahia #AEBB24

Color information

#AEBB24 (or 0xAEBB24) is unknown color: approx Bahia. HEX triplet: AE, BB and 24. RGB value is (174,187,36). Sum of RGB (Red+Green+Blue) = 174+187+36=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBB24 is #5144DB. Grayscale: #A6A6A6. Windows color (decimal): -5326044 or 2407342. OLE color: 2407342.

HSL color Cylindrical-coordinate representation of color #AEBB24: hue angle of 65.17º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEBB24 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB17418736-
CMYK0.0700.810.27
HSL65.17º67.71%43.73%-
HSV(B)65.17º80.75%73.33%-
XYZ35.5444.678.42-
YUV165.954.69133.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 36 (14.45% from 255) = 9.07%
R=43.83%
G=47.10%
B=9.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174187360.0700.810.2765.1767.7143.73
HexAEBB2470511B41442c
Octal25627344701213310110454
Binary1010111010111011100100111010100011101110000011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB24; }

 p { color: rgb(174,187,36); }

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

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

 a { background-color: rgb(174,187,36); }

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

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

 span { border-color: rgb(174,187,36); }

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