#AEBB22

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

Shades of Bahia #AEBB22

Tints of Bahia #AEBB22

Color information

#AEBB22 (or 0xAEBB22) is unknown color: approx Bahia. HEX triplet: AE, BB and 22. RGB value is (174,187,34). Sum of RGB (Red+Green+Blue) = 174+187+34=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 34 (13.67% from 255 or 8.61% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBB22 is #5144DD. Grayscale: #A6A6A6. Windows color (decimal): -5326046 or 2276270. OLE color: 2276270.

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

Color convert

RGB17418734-
CMYK0.0700.820.27
HSL65.1º69.23%43.33%-
HSV(B)65.1º81.82%73.33%-
XYZ35.5144.658.26-
YUV165.6753.69133.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 187 (73.44% from 255) = 47.34%
BLUE value IS 34 (13.67% from 255) = 8.61%
R=44.05%
G=47.34%
B=8.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174187340.0700.820.2765.169.2343.33
HexAEBB2270521B41452b
Octal25627342701223310110553
Binary1010111010111011100010111010100101101110000011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB22; }

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

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

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

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

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

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

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

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