#AABC29

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

Shades of Bahia #AABC29

Tints of Bahia #AABC29

Color information

#AABC29 (or 0xAABC29) is unknown color: approx Bahia. HEX triplet: AA, BC and 29. RGB value is (170,188,41). Sum of RGB (Red+Green+Blue) = 170+188+41=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC29 is #5543D6. Grayscale: #A6A6A6. Windows color (decimal): -5587927 or 2735274. OLE color: 2735274.

HSL color Cylindrical-coordinate representation of color #AABC29: hue angle of 67.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AABC29 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB17018841-
CMYK0.1000.780.26
HSL67.35º64.19%44.9%-
HSV(B)67.35º78.19%73.73%-
XYZ34.9644.678.88-
YUV165.8657.54130.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 188 (73.83% from 255) = 47.12%
BLUE value IS 41 (16.41% from 255) = 10.28%
R=42.61%
G=47.12%
B=10.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170188410.1000.780.2667.3564.1944.9
HexAABC29A04E1A43402d
Octal252274511201163210310055
Binary10101010101111001010011010010011101101010000111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC29; }

 p { color: rgb(170,188,41); }

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

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

 a { background-color: rgb(170,188,41); }

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

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

 span { border-color: rgb(170,188,41); }

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