#AEBB15

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

Shades of Bahia #AEBB15

Tints of Bahia #AEBB15

Color information

#AEBB15 (or 0xAEBB15) is unknown color: approx Bahia. HEX triplet: AE, BB and 15. RGB value is (174,187,21). Sum of RGB (Red+Green+Blue) = 174+187+21=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBB15 is #5144EA. Grayscale: #A4A4A4. Windows color (decimal): -5326059 or 1424302. OLE color: 1424302.

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

Color convert

RGB17418721-
CMYK0.0700.890.27
HSL64.7º79.81%40.78%-
HSV(B)64.7º88.77%73.33%-
XYZ35.3644.597.45-
YUV164.1947.19135-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 187 (73.44% from 255) = 48.95%
BLUE value IS 21 (8.59% from 255) = 5.50%
R=45.55%
G=48.95%
B=5.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174187210.0700.890.2764.779.8140.78
HexAEBB1570591B415029
Octal25627325701313310112051
Binary101011101011101110101111010110011101110000011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB15; }

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

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

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

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

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

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

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

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