Html Css Color HEX #AAB911 Bahia

📋 copy color: '#AAB911'

red 170 ◦ green 185 ◦ blue 17

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

Shades of Bahia #AAB911

Tints of Bahia #AAB911

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.73%

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

R = 45.7%
G = 49.73%
B = 4.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#AAB911 (or 0xAAB911) is known color: Bahia. HEX triplet: AA, B9 and 11. RGB value is (170,185,17). Sum of RGB (Red+Green+Blue) = 170+185+17=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB911 is #5546EE. Grayscale: #A2A2A2. Windows color (decimal): -5588719 or 1161642. OLE color: 1161642.

HSL color Cylindrical-coordinate representation of color #AAB911: hue angle of 65.36º 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 #AAB911 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 17 -
CMYK 0.08 0 0.91 0.27
HSL 65.36º 0.83% 0.4% -
HSV(B) 65.36º 0.91% 0.73% -
XYZ 34.03 43.28 7.09 -
YUV 161.36 46.53 134.16 -
System Red Green Blue C M Y K H S L
Decimal 170 185 17 0.08 0 0.91 0.27 65.36 0.83 0.4
Hex AA B9 11 8 0 5B 1B 41 53 28
Octal 252 271 21 10 0 133 33 101 123 50
Binary 10101010 10111001 10001 1000 0 1011011 11011 1000001 1010011 101000

Color Harmonies of #AAB911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB911

Black with #AAB911

Text Example


Text Example

White with #AAB911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB911; }

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

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

background-color css

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

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

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

border-color css

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

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

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