#AEBA22

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

Shades of Bahia #AEBA22

Tints of Bahia #AEBA22

Color information

#AEBA22 (or 0xAEBA22) is unknown color: approx Bahia. HEX triplet: AE, BA and 22. RGB value is (174,186,34). Sum of RGB (Red+Green+Blue) = 174+186+34=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA22 is #5145DD. Grayscale: #A5A5A5. Windows color (decimal): -5326302 or 2276014. OLE color: 2276014.

HSL color Cylindrical-coordinate representation of color #AEBA22: hue angle of 64.74º 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 #AEBA22 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB17418634-
CMYK0.0600.820.27
HSL64.74º69.09%43.14%-
HSV(B)64.74º81.72%72.94%-
XYZ35.344.238.19-
YUV165.0854.02134.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 186 (73.05% from 255) = 47.21%
BLUE value IS 34 (13.67% from 255) = 8.63%
R=44.16%
G=47.21%
B=8.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174186340.0600.820.2764.7469.0943.14
HexAEBA2260521B41452b
Octal25627242601223310110553
Binary1010111010111010100010110010100101101110000011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA22; }

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

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

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

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

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

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

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

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