Html Css Color HEX #AAC326 Bahia

📋 copy color: '#AAC326'

red 170 ◦ green 195 ◦ blue 38

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

Shades of Bahia #AAC326

Tints of Bahia #AAC326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.43%

R = 42.18%
G = 48.39%
B = 9.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#AAC326 (or 0xAAC326) is known color: Bahia. HEX triplet: AA, C3 and 26. RGB value is (170,195,38). Sum of RGB (Red+Green+Blue) = 170+195+38=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC326 is #553CD9. Grayscale: #AAAAAA. Windows color (decimal): -5586138 or 2540458. OLE color: 2540458.

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

Color convert

RGB 170 195 38 -
CMYK 0.13 0 0.81 0.24
HSL 69.55º 0.67% 0.46% -
HSV(B) 69.55º 0.81% 0.76% -
XYZ 36.44 47.72 9.12 -
YUV 169.63 53.72 128.27 -
System Red Green Blue C M Y K H S L
Decimal 170 195 38 0.13 0 0.81 0.24 69.55 0.67 0.46
Hex AA C3 26 D 0 51 18 46 43 2E
Octal 252 303 46 15 0 121 30 106 103 56
Binary 10101010 11000011 100110 1101 0 1010001 11000 1000110 1000011 101110

Color Harmonies of #AAC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC326

Black with #AAC326

Text Example


Text Example

White with #AAC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC326; }

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

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

background-color css

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

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

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

border-color css

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

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

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