Html Css Color HEX #AAB41A Bahia

📋 copy color: '#AAB41A'

red 170 ◦ green 180 ◦ blue 26

#AAB41A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AAB41A

Tints of Bahia #AAB41A

RGB

 RED value IS 170 (66.8% from 255) = 45.21%

 GREEN value IS 180 (70.7% from 255) = 47.87%

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 45.21%
G = 47.87%
B = 6.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#AAB41A (or 0xAAB41A) is known color: Bahia. HEX triplet: AA, B4 and 1A. RGB value is (170,180,26). Sum of RGB (Red+Green+Blue) = 170+180+26=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB41A is #554BE5. Grayscale: #A0A0A0. Windows color (decimal): -5589990 or 1750186. OLE color: 1750186.

HSL color Cylindrical-coordinate representation of color #AAB41A: hue angle of 63.9º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAB41A is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 26 -
CMYK 0.06 0 0.86 0.29
HSL 63.9º 0.75% 0.4% -
HSV(B) 63.9º 0.86% 0.71% -
XYZ 33.09 41.26 7.2 -
YUV 159.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 170 180 26 0.06 0 0.86 0.29 63.9 0.75 0.4
Hex AA B4 1A 6 0 56 1D 40 4B 28
Octal 252 264 32 6 0 126 35 100 113 50
Binary 10101010 10110100 11010 110 0 1010110 11101 1000000 1001011 101000

Color Harmonies of #AAB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB41A

Black with #AAB41A

Text Example


Text Example

White with #AAB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB41A; }

 p { color: rgb(170,180,26); }

 H1.HeaderClassName
 {
   color: #AAB41A;
 }
 .AnyTagClassName
 {
   color: #AAB41A;
 }
</style>

background-color css

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

 a { background-color: rgb(170,180,26); }

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

border-color css

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

 span { border-color: rgb(170,180,26); }

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