Html Css Color HEX #AAC916 Bahia

📋 copy color: '#AAC916'

red 170 ◦ green 201 ◦ blue 22

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

Shades of Bahia #AAC916

Tints of Bahia #AAC916

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.15%

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

R = 43.26%
G = 51.15%
B = 5.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#AAC916 (or 0xAAC916) is known color: Bahia. HEX triplet: AA, C9 and 16. RGB value is (170,201,22). Sum of RGB (Red+Green+Blue) = 170+201+22=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC916 is #5536E9. Grayscale: #ACACAC. Windows color (decimal): -5584618 or 1493418. OLE color: 1493418.

HSL color Cylindrical-coordinate representation of color #AAC916: hue angle of 70.39º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAC916 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 22 -
CMYK 0.15 0 0.89 0.21
HSL 70.39º 0.8% 0.44% -
HSV(B) 70.39º 0.89% 0.79% -
XYZ 37.61 50.38 8.5 -
YUV 171.33 43.73 127.05 -
System Red Green Blue C M Y K H S L
Decimal 170 201 22 0.15 0 0.89 0.21 70.39 0.8 0.44
Hex AA C9 16 F 0 59 15 46 50 2C
Octal 252 311 26 17 0 131 25 106 120 54
Binary 10101010 11001001 10110 1111 0 1011001 10101 1000110 1010000 101100

Color Harmonies of #AAC916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC916

Black with #AAC916

Text Example


Text Example

White with #AAC916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC916; }

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

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

background-color css

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

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

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

border-color css

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

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

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