Html Css Color HEX #AAC513 Bahia

📋 copy color: '#AAC513'

red 170 ◦ green 197 ◦ blue 19

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

Shades of Bahia #AAC513

Tints of Bahia #AAC513

RGB

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

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

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

R = 44.04%
G = 51.04%
B = 4.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#AAC513 (or 0xAAC513) is known color: Bahia. HEX triplet: AA, C5 and 13. RGB value is (170,197,19). Sum of RGB (Red+Green+Blue) = 170+197+19=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC513 is #553AEC. Grayscale: #A9A9A9. Windows color (decimal): -5585645 or 1295786. OLE color: 1295786.

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

Color convert

RGB 170 197 19 -
CMYK 0.14 0 0.90 0.23
HSL 69.1º 0.82% 0.42% -
HSV(B) 69.1º 0.9% 0.77% -
XYZ 36.66 48.53 8.05 -
YUV 168.64 43.55 128.97 -
System Red Green Blue C M Y K H S L
Decimal 170 197 19 0.14 0 0.90 0.23 69.1 0.82 0.42
Hex AA C5 13 E 0 5A 17 45 52 2A
Octal 252 305 23 16 0 132 27 105 122 52
Binary 10101010 11000101 10011 1110 0 1011010 10111 1000101 1010010 101010

Color Harmonies of #AAC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC513

Black with #AAC513

Text Example


Text Example

White with #AAC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC513; }

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

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

background-color css

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

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

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

border-color css

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

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

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