#AEBA24

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

Shades of Bahia #AEBA24

Tints of Bahia #AEBA24

Color information

#AEBA24 (or 0xAEBA24) is unknown color: approx Bahia. HEX triplet: AE, BA and 24. RGB value is (174,186,36). Sum of RGB (Red+Green+Blue) = 174+186+36=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 36 (14.45% from 255 or 9.09% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA24 is #5145DB. Grayscale: #A5A5A5. Windows color (decimal): -5326300 or 2407086. OLE color: 2407086.

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

Color convert

RGB17418636-
CMYK0.0600.810.27
HSL64.8º67.57%43.53%-
HSV(B)64.8º80.65%72.94%-
XYZ35.3344.248.35-
YUV165.3155.02134.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 186 (73.05% from 255) = 46.97%
BLUE value IS 36 (14.45% from 255) = 9.09%
R=43.94%
G=46.97%
B=9.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174186360.0600.810.2764.867.5743.53
HexAEBA2460511B41442c
Octal25627244601213310110454
Binary1010111010111010100100110010100011101110000011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA24; }

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

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

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

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

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

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

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

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