Html Css Color HEX #AAC719 Bahia

📋 copy color: '#AAC719'

red 170 ◦ green 199 ◦ blue 25

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

Shades of Bahia #AAC719

Tints of Bahia #AAC719

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.51%

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

R = 43.15%
G = 50.51%
B = 6.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#AAC719 (or 0xAAC719) is known color: Bahia. HEX triplet: AA, C7 and 19. RGB value is (170,199,25). Sum of RGB (Red+Green+Blue) = 170+199+25=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC719 is #5538E6. Grayscale: #ABABAB. Windows color (decimal): -5585127 or 1689514. OLE color: 1689514.

HSL color Cylindrical-coordinate representation of color #AAC719: hue angle of 70º 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 #AAC719 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 25 -
CMYK 0.15 0 0.87 0.22
HSL 70º 0.78% 0.44% -
HSV(B) 70º 0.87% 0.78% -
XYZ 37.18 49.46 8.51 -
YUV 170.49 45.89 127.65 -
System Red Green Blue C M Y K H S L
Decimal 170 199 25 0.15 0 0.87 0.22 70 0.78 0.44
Hex AA C7 19 F 0 57 16 46 4E 2C
Octal 252 307 31 17 0 127 26 106 116 54
Binary 10101010 11000111 11001 1111 0 1010111 10110 1000110 1001110 101100

Color Harmonies of #AAC719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC719

Black with #AAC719

Text Example


Text Example

White with #AAC719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC719; }

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

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

background-color css

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

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

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

border-color css

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

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

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