Html Css Color HEX #AAC713 Bahia

📋 copy color: '#AAC713'

red 170 ◦ green 199 ◦ blue 19

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

Shades of Bahia #AAC713

Tints of Bahia #AAC713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.9%

R = 43.81%
G = 51.29%
B = 4.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#AAC713 (or 0xAAC713) is known color: Bahia. HEX triplet: AA, C7 and 13. RGB value is (170,199,19). Sum of RGB (Red+Green+Blue) = 170+199+19=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC713 is #5538EC. Grayscale: #AAAAAA. Windows color (decimal): -5585133 or 1296298. OLE color: 1296298.

HSL color Cylindrical-coordinate representation of color #AAC713: hue angle of 69.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAC713 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 19 -
CMYK 0.15 0 0.90 0.22
HSL 69.67º 0.83% 0.43% -
HSV(B) 69.67º 0.9% 0.78% -
XYZ 37.12 49.44 8.2 -
YUV 169.81 42.89 128.14 -
System Red Green Blue C M Y K H S L
Decimal 170 199 19 0.15 0 0.90 0.22 69.67 0.83 0.43
Hex AA C7 13 F 0 5A 16 46 53 2B
Octal 252 307 23 17 0 132 26 106 123 53
Binary 10101010 11000111 10011 1111 0 1011010 10110 1000110 1010011 101011

Color Harmonies of #AAC713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC713

Black with #AAC713

Text Example


Text Example

White with #AAC713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC713; }

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

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

background-color css

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

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

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

border-color css

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

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

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