Html Css Color HEX #AAC320 Bahia

📋 copy color: '#AAC320'

red 170 ◦ green 195 ◦ blue 32

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

Shades of Bahia #AAC320

Tints of Bahia #AAC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

 BLUE value IS 32 (12.89% from 255) = 8.06%

R = 42.82%
G = 49.12%
B = 8.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#AAC320 (or 0xAAC320) is known color: Bahia. HEX triplet: AA, C3 and 20. RGB value is (170,195,32). Sum of RGB (Red+Green+Blue) = 170+195+32=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC320 is #553CDF. Grayscale: #A9A9A9. Windows color (decimal): -5586144 or 2147242. OLE color: 2147242.

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

Color convert

RGB 170 195 32 -
CMYK 0.13 0 0.84 0.24
HSL 69.2º 0.72% 0.45% -
HSV(B) 69.2º 0.84% 0.76% -
XYZ 36.35 47.68 8.65 -
YUV 168.94 50.72 128.75 -
System Red Green Blue C M Y K H S L
Decimal 170 195 32 0.13 0 0.84 0.24 69.2 0.72 0.45
Hex AA C3 20 D 0 54 18 45 48 2D
Octal 252 303 40 15 0 124 30 105 110 55
Binary 10101010 11000011 100000 1101 0 1010100 11000 1000101 1001000 101101

Color Harmonies of #AAC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC320

Black with #AAC320

Text Example


Text Example

White with #AAC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC320; }

 p { color: rgb(170,195,32); }

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

background-color css

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

 a { background-color: rgb(170,195,32); }

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

border-color css

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

 span { border-color: rgb(170,195,32); }

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