Html Css Color HEX #AAC331 Bahia

📋 copy color: '#AAC331'

red 170 ◦ green 195 ◦ blue 49

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

Shades of Bahia #AAC331

Tints of Bahia #AAC331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.84%

R = 41.06%
G = 47.1%
B = 11.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#AAC331 (or 0xAAC331) is known color: Bahia. HEX triplet: AA, C3 and 31. RGB value is (170,195,49). Sum of RGB (Red+Green+Blue) = 170+195+49=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC331 is #553CCE. Grayscale: #ABABAB. Windows color (decimal): -5586127 or 3261354. OLE color: 3261354.

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

Color convert

RGB 170 195 49 -
CMYK 0.13 0 0.75 0.24
HSL 70.27º 0.6% 0.48% -
HSV(B) 70.27º 0.75% 0.76% -
XYZ 36.65 47.8 10.2 -
YUV 170.88 59.22 127.37 -
System Red Green Blue C M Y K H S L
Decimal 170 195 49 0.13 0 0.75 0.24 70.27 0.6 0.48
Hex AA C3 31 D 0 4B 18 46 3C 30
Octal 252 303 61 15 0 113 30 106 74 60
Binary 10101010 11000011 110001 1101 0 1001011 11000 1000110 111100 110000

Color Harmonies of #AAC331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC331

Black with #AAC331

Text Example


Text Example

White with #AAC331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC331; }

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

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

background-color css

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

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

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

border-color css

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

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

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