Html Css Color HEX #AAB118 Bahia

📋 copy color: '#AAB118'

red 170 ◦ green 177 ◦ blue 24

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

Shades of Bahia #AAB118

Tints of Bahia #AAB118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.47%

R = 45.82%
G = 47.71%
B = 6.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AAB118 (or 0xAAB118) is known color: Bahia. HEX triplet: AA, B1 and 18. RGB value is (170,177,24). Sum of RGB (Red+Green+Blue) = 170+177+24=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB118 is #554EE7. Grayscale: #9E9E9E. Windows color (decimal): -5590760 or 1618346. OLE color: 1618346.

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

Color convert

RGB 170 177 24 -
CMYK 0.04 0 0.86 0.31
HSL 62.75º 0.76% 0.39% -
HSV(B) 62.75º 0.86% 0.69% -
XYZ 32.46 40.06 6.88 -
YUV 157.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 170 177 24 0.04 0 0.86 0.31 62.75 0.76 0.39
Hex AA B1 18 4 0 56 1F 3F 4C 27
Octal 252 261 30 4 0 126 37 77 114 47
Binary 10101010 10110001 11000 100 0 1010110 11111 111111 1001100 100111

Color Harmonies of #AAB118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB118

Black with #AAB118

Text Example


Text Example

White with #AAB118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB118; }

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

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

background-color css

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

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

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

border-color css

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

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

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