Html Css Color HEX #AAC111 Bahia

📋 copy color: '#AAC111'

red 170 ◦ green 193 ◦ blue 17

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

Shades of Bahia #AAC111

Tints of Bahia #AAC111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.79%

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

R = 44.74%
G = 50.79%
B = 4.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#AAC111 (or 0xAAC111) is known color: Bahia. HEX triplet: AA, C1 and 11. RGB value is (170,193,17). Sum of RGB (Red+Green+Blue) = 170+193+17=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC111 is #553EEE. Grayscale: #A6A6A6. Windows color (decimal): -5586671 or 1163690. OLE color: 1163690.

HSL color Cylindrical-coordinate representation of color #AAC111: hue angle of 67.84º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAC111 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 17 -
CMYK 0.12 0 0.91 0.24
HSL 67.84º 0.84% 0.41% -
HSV(B) 67.84º 0.91% 0.76% -
XYZ 35.75 46.73 7.67 -
YUV 166.06 43.88 130.81 -
System Red Green Blue C M Y K H S L
Decimal 170 193 17 0.12 0 0.91 0.24 67.84 0.84 0.41
Hex AA C1 11 C 0 5B 18 44 54 29
Octal 252 301 21 14 0 133 30 104 124 51
Binary 10101010 11000001 10001 1100 0 1011011 11000 1000100 1010100 101001

Color Harmonies of #AAC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC111

Black with #AAC111

Text Example


Text Example

White with #AAC111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC111; }

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

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

background-color css

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

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

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

border-color css

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

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

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