Html Css Color HEX #AAC511 Bahia

📋 copy color: '#AAC511'

red 170 ◦ green 197 ◦ blue 17

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

Shades of Bahia #AAC511

Tints of Bahia #AAC511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.43%

R = 44.27%
G = 51.3%
B = 4.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#AAC511 (or 0xAAC511) is known color: Bahia. HEX triplet: AA, C5 and 11. RGB value is (170,197,17). Sum of RGB (Red+Green+Blue) = 170+197+17=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC511 is #553AEE. Grayscale: #A9A9A9. Windows color (decimal): -5585647 or 1164714. OLE color: 1164714.

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

Color convert

RGB 170 197 17 -
CMYK 0.14 0 0.91 0.23
HSL 69º 0.84% 0.42% -
HSV(B) 69º 0.91% 0.77% -
XYZ 36.65 48.52 7.96 -
YUV 168.41 42.55 129.14 -
System Red Green Blue C M Y K H S L
Decimal 170 197 17 0.14 0 0.91 0.23 69 0.84 0.42
Hex AA C5 11 E 0 5B 17 45 54 2A
Octal 252 305 21 16 0 133 27 105 124 52
Binary 10101010 11000101 10001 1110 0 1011011 10111 1000101 1010100 101010

Color Harmonies of #AAC511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC511

Black with #AAC511

Text Example


Text Example

White with #AAC511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC511; }

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

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

background-color css

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

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

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

border-color css

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

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

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