Html Css Color HEX #AAB31A Bahia

📋 copy color: '#AAB31A'

red 170 ◦ green 179 ◦ blue 26

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

Shades of Bahia #AAB31A

Tints of Bahia #AAB31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.73%

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

R = 45.33%
G = 47.73%
B = 6.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#AAB31A (or 0xAAB31A) is known color: Bahia. HEX triplet: AA, B3 and 1A. RGB value is (170,179,26). Sum of RGB (Red+Green+Blue) = 170+179+26=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB31A is #554CE5. Grayscale: #9F9F9F. Windows color (decimal): -5590246 or 1749930. OLE color: 1749930.

HSL color Cylindrical-coordinate representation of color #AAB31A: hue angle of 63.53º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAB31A is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 26 -
CMYK 0.05 0 0.85 0.30
HSL 63.53º 0.75% 0.4% -
HSV(B) 63.53º 0.85% 0.7% -
XYZ 32.88 40.86 7.13 -
YUV 158.87 53.02 135.94 -
System Red Green Blue C M Y K H S L
Decimal 170 179 26 0.05 0 0.85 0.30 63.53 0.75 0.4
Hex AA B3 1A 5 0 55 1E 40 4B 28
Octal 252 263 32 5 0 125 36 100 113 50
Binary 10101010 10110011 11010 101 0 1010101 11110 1000000 1001011 101000

Color Harmonies of #AAB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB31A

Black with #AAB31A

Text Example


Text Example

White with #AAB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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