Html Css Color HEX #AAC619 Bahia

📋 copy color: '#AAC619'

red 170 ◦ green 198 ◦ blue 25

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

Shades of Bahia #AAC619

Tints of Bahia #AAC619

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.38%

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

R = 43.26%
G = 50.38%
B = 6.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#AAC619 (or 0xAAC619) is known color: Bahia. HEX triplet: AA, C6 and 19. RGB value is (170,198,25). Sum of RGB (Red+Green+Blue) = 170+198+25=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC619 is #5539E6. Grayscale: #AAAAAA. Windows color (decimal): -5585383 or 1689258. OLE color: 1689258.

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

Color convert

RGB 170 198 25 -
CMYK 0.14 0 0.87 0.22
HSL 69.71º 0.78% 0.44% -
HSV(B) 69.71º 0.87% 0.78% -
XYZ 36.95 49 8.43 -
YUV 169.91 46.22 128.07 -
System Red Green Blue C M Y K H S L
Decimal 170 198 25 0.14 0 0.87 0.22 69.71 0.78 0.44
Hex AA C6 19 E 0 57 16 46 4E 2C
Octal 252 306 31 16 0 127 26 106 116 54
Binary 10101010 11000110 11001 1110 0 1010111 10110 1000110 1001110 101100

Color Harmonies of #AAC619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC619

Black with #AAC619

Text Example


Text Example

White with #AAC619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC619; }

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

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

background-color css

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

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

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

border-color css

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

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

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