Html Css Color HEX #AAB11C Bahia

📋 copy color: '#AAB11C'

red 170 ◦ green 177 ◦ blue 28

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

Shades of Bahia #AAB11C

Tints of Bahia #AAB11C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.2%

 BLUE value IS 28 (11.33% from 255) = 7.47%

R = 45.33%
G = 47.2%
B = 7.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AAB11C (or 0xAAB11C) is known color: Bahia. HEX triplet: AA, B1 and 1C. RGB value is (170,177,28). Sum of RGB (Red+Green+Blue) = 170+177+28=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB11C is #554EE3. Grayscale: #9E9E9E. Windows color (decimal): -5590756 or 1880490. OLE color: 1880490.

HSL color Cylindrical-coordinate representation of color #AAB11C: hue angle of 62.82º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAB11C is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 28 -
CMYK 0.04 0 0.84 0.31
HSL 62.82º 0.73% 0.4% -
HSV(B) 62.82º 0.84% 0.69% -
XYZ 32.51 40.07 7.12 -
YUV 157.92 54.68 136.62 -
System Red Green Blue C M Y K H S L
Decimal 170 177 28 0.04 0 0.84 0.31 62.82 0.73 0.4
Hex AA B1 1C 4 0 54 1F 3F 49 28
Octal 252 261 34 4 0 124 37 77 111 50
Binary 10101010 10110001 11100 100 0 1010100 11111 111111 1001001 101000

Color Harmonies of #AAB11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB11C

Black with #AAB11C

Text Example


Text Example

White with #AAB11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB11C; }

 p { color: rgb(170,177,28); }

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

background-color css

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

 a { background-color: rgb(170,177,28); }

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

border-color css

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

 span { border-color: rgb(170,177,28); }

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