#aeb52a

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

Shades of Bahia #AEB52A

Tints of Bahia #AEB52A

Color information

#AEB52A (or 0xAEB52A) is unknown color: approx Bahia. HEX triplet: AE, B5 and 2A. RGB value is (174,181,42). Sum of RGB (Red+Green+Blue) = 174+181+42=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB52A is #514AD5. Grayscale: #A3A3A3. Windows color (decimal): -5327574 or 2799022. OLE color: 2799022.

HSL color Cylindrical-coordinate representation of color #AEB52A: hue angle of 63.02º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEB52A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB17418142-
CMYK0.0400.770.29
HSL63.02º62.33%43.73%-
HSV(B)63.02º76.8%70.98%-
XYZ34.442.218.53-
YUV163.0659.68135.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 181 (71.09% from 255) = 45.59%
BLUE value IS 42 (16.80% from 255) = 10.58%
R=43.83%
G=45.59%
B=10.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174181420.0400.770.2963.0262.3343.73
HexAEB52A404D1D3f3e2c
Octal256265524011535777654
Binary10101110101101011010101000100110111101111111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aeb52a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aeb52a; }

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

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

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

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

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

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

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

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