#AEBA2A

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

Shades of Bahia #AEBA2A

Tints of Bahia #AEBA2A

Color information

#AEBA2A (or 0xAEBA2A) is unknown color: approx Bahia. HEX triplet: AE, BA and 2A. RGB value is (174,186,42). Sum of RGB (Red+Green+Blue) = 174+186+42=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA2A is #5145D5. Grayscale: #A6A6A6. Windows color (decimal): -5326294 or 2800302. OLE color: 2800302.

HSL color Cylindrical-coordinate representation of color #AEBA2A: hue angle of 65º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEBA2A is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB17418642-
CMYK0.0600.770.27
HSL65º63.16%44.71%-
HSV(B)65º77.42%72.94%-
XYZ35.4344.288.87-
YUV16658.02133.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 186 (73.05% from 255) = 46.27%
BLUE value IS 42 (16.80% from 255) = 10.45%
R=43.28%
G=46.27%
B=10.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174186420.0600.770.276563.1644.71
HexAEBA2A604D1B413f2d
Octal2562725260115331017755
Binary101011101011101010101011001001101110111000001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA2A; }

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

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

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

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

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

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

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

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