Html Css Color HEX #AABA11 Bahia

📋 copy color: '#AABA11'

red 170 ◦ green 186 ◦ blue 17

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

Shades of Bahia #AABA11

Tints of Bahia #AABA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.56%

R = 45.58%
G = 49.87%
B = 4.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#AABA11 (or 0xAABA11) is known color: Bahia. HEX triplet: AA, BA and 11. RGB value is (170,186,17). Sum of RGB (Red+Green+Blue) = 170+186+17=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA11 is #5545EE. Grayscale: #A2A2A2. Windows color (decimal): -5588463 or 1161898. OLE color: 1161898.

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

Color convert

RGB 170 186 17 -
CMYK 0.09 0 0.91 0.27
HSL 65.68º 0.83% 0.4% -
HSV(B) 65.68º 0.91% 0.73% -
XYZ 34.24 43.7 7.16 -
YUV 161.95 46.2 133.74 -
System Red Green Blue C M Y K H S L
Decimal 170 186 17 0.09 0 0.91 0.27 65.68 0.83 0.4
Hex AA BA 11 9 0 5B 1B 42 53 28
Octal 252 272 21 11 0 133 33 102 123 50
Binary 10101010 10111010 10001 1001 0 1011011 11011 1000010 1010011 101000

Color Harmonies of #AABA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA11

Black with #AABA11

Text Example


Text Example

White with #AABA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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