#AEBF29

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

Shades of Bahia #AEBF29

Tints of Bahia #AEBF29

Color information

#AEBF29 (or 0xAEBF29) is unknown color: approx Bahia. HEX triplet: AE, BF and 29. RGB value is (174,191,41). Sum of RGB (Red+Green+Blue) = 174+191+41=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBF29 is #5140D6. Grayscale: #A9A9A9. Windows color (decimal): -5325015 or 2736046. OLE color: 2736046.

HSL color Cylindrical-coordinate representation of color #AEBF29: hue angle of 66.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEBF29 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB17419141-
CMYK0.0900.790.25
HSL66.8º64.66%45.49%-
HSV(B)66.8º78.53%74.9%-
XYZ36.4946.429.13-
YUV168.8255.87131.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 191 (75% from 255) = 47.04%
BLUE value IS 41 (16.41% from 255) = 10.10%
R=42.86%
G=47.04%
B=10.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174191410.0900.790.2566.864.6645.49
HexAEBF29904F1943412d
Octal256277511101173110310155
Binary10101110101111111010011001010011111100110000111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF29; }

 p { color: rgb(174,191,41); }

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

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

 a { background-color: rgb(174,191,41); }

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

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

 span { border-color: rgb(174,191,41); }

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