Html Css Color HEX #AACA11 Bahia

📋 copy color: '#AACA11'

red 170 ◦ green 202 ◦ blue 17

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

Shades of Bahia #AACA11

Tints of Bahia #AACA11

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.93%

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

R = 43.7%
G = 51.93%
B = 4.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#AACA11 (or 0xAACA11) is known color: Bahia. HEX triplet: AA, CA and 11. RGB value is (170,202,17). Sum of RGB (Red+Green+Blue) = 170+202+17=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACA11 is #5535EE. Grayscale: #ACACAC. Windows color (decimal): -5584367 or 1165994. OLE color: 1165994.

HSL color Cylindrical-coordinate representation of color #AACA11: hue angle of 70.38º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AACA11 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 17 -
CMYK 0.16 0 0.92 0.21
HSL 70.38º 0.84% 0.43% -
HSV(B) 70.38º 0.92% 0.79% -
XYZ 37.8 50.83 8.35 -
YUV 171.34 40.9 127.04 -
System Red Green Blue C M Y K H S L
Decimal 170 202 17 0.16 0 0.92 0.21 70.38 0.84 0.43
Hex AA CA 11 10 0 5C 15 46 54 2B
Octal 252 312 21 20 0 134 25 106 124 53
Binary 10101010 11001010 10001 10000 0 1011100 10101 1000110 1010100 101011

Color Harmonies of #AACA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA11

Black with #AACA11

Text Example


Text Example

White with #AACA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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