Html Css Color HEX #AAB916 Bahia

📋 copy color: '#AAB916'

red 170 ◦ green 185 ◦ blue 22

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

Shades of Bahia #AAB916

Tints of Bahia #AAB916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.84%

R = 45.09%
G = 49.07%
B = 5.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#AAB916 (or 0xAAB916) is known color: Bahia. HEX triplet: AA, B9 and 16. RGB value is (170,185,22). Sum of RGB (Red+Green+Blue) = 170+185+22=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB916 is #5546E9. Grayscale: #A2A2A2. Windows color (decimal): -5588714 or 1489322. OLE color: 1489322.

HSL color Cylindrical-coordinate representation of color #AAB916: hue angle of 65.52º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAB916 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 22 -
CMYK 0.08 0 0.88 0.27
HSL 65.52º 0.79% 0.41% -
HSV(B) 65.52º 0.88% 0.73% -
XYZ 34.07 43.3 7.32 -
YUV 161.93 49.03 133.75 -
System Red Green Blue C M Y K H S L
Decimal 170 185 22 0.08 0 0.88 0.27 65.52 0.79 0.41
Hex AA B9 16 8 0 58 1B 42 4F 29
Octal 252 271 26 10 0 130 33 102 117 51
Binary 10101010 10111001 10110 1000 0 1011000 11011 1000010 1001111 101001

Color Harmonies of #AAB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB916

Black with #AAB916

Text Example


Text Example

White with #AAB916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB916; }

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

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

background-color css

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

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

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

border-color css

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

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

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