Html Css Color HEX #AABA20 Bahia

📋 copy color: '#AABA20'

red 170 ◦ green 186 ◦ blue 32

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

Shades of Bahia #AABA20

Tints of Bahia #AABA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.94%

 BLUE value IS 32 (12.89% from 255) = 8.25%

R = 43.81%
G = 47.94%
B = 8.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#AABA20 (or 0xAABA20) is known color: Bahia. HEX triplet: AA, BA and 20. RGB value is (170,186,32). Sum of RGB (Red+Green+Blue) = 170+186+32=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA20 is #5545DF. Grayscale: #A4A4A4. Windows color (decimal): -5588448 or 2144938. OLE color: 2144938.

HSL color Cylindrical-coordinate representation of color #AABA20: hue angle of 66.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AABA20 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 32 -
CMYK 0.09 0 0.83 0.27
HSL 66.23º 0.71% 0.43% -
HSV(B) 66.23º 0.83% 0.73% -
XYZ 34.4 43.77 8 -
YUV 163.66 53.7 132.52 -
System Red Green Blue C M Y K H S L
Decimal 170 186 32 0.09 0 0.83 0.27 66.23 0.71 0.43
Hex AA BA 20 9 0 53 1B 42 47 2B
Octal 252 272 40 11 0 123 33 102 107 53
Binary 10101010 10111010 100000 1001 0 1010011 11011 1000010 1000111 101011

Color Harmonies of #AABA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA20

Black with #AABA20

Text Example


Text Example

White with #AABA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA20; }

 p { color: rgb(170,186,32); }

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

background-color css

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

 a { background-color: rgb(170,186,32); }

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

border-color css

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

 span { border-color: rgb(170,186,32); }

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