Html Css Color HEX #AAC519 Bahia

📋 copy color: '#AAC519'

red 170 ◦ green 197 ◦ blue 25

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

Shades of Bahia #AAC519

Tints of Bahia #AAC519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.26%

 BLUE value IS 25 (10.16% from 255) = 6.38%

R = 43.37%
G = 50.26%
B = 6.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#AAC519 (or 0xAAC519) is known color: Bahia. HEX triplet: AA, C5 and 19. RGB value is (170,197,25). Sum of RGB (Red+Green+Blue) = 170+197+25=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC519 is #553AE6. Grayscale: #A9A9A9. Windows color (decimal): -5585639 or 1689002. OLE color: 1689002.

HSL color Cylindrical-coordinate representation of color #AAC519: hue angle of 69.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAC519 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 25 -
CMYK 0.14 0 0.87 0.23
HSL 69.42º 0.77% 0.44% -
HSV(B) 69.42º 0.87% 0.77% -
XYZ 36.72 48.55 8.36 -
YUV 169.32 46.55 128.49 -
System Red Green Blue C M Y K H S L
Decimal 170 197 25 0.14 0 0.87 0.23 69.42 0.77 0.44
Hex AA C5 19 E 0 57 17 45 4D 2C
Octal 252 305 31 16 0 127 27 105 115 54
Binary 10101010 11000101 11001 1110 0 1010111 10111 1000101 1001101 101100

Color Harmonies of #AAC519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC519

Black with #AAC519

Text Example


Text Example

White with #AAC519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC519; }

 p { color: rgb(170,197,25); }

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

background-color css

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

 a { background-color: rgb(170,197,25); }

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

border-color css

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

 span { border-color: rgb(170,197,25); }

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