Html Css Color HEX #AAC324 Bahia

📋 copy color: '#AAC324'

red 170 ◦ green 195 ◦ blue 36

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

Shades of Bahia #AAC324

Tints of Bahia #AAC324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.98%

R = 42.39%
G = 48.63%
B = 8.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#AAC324 (or 0xAAC324) is known color: Bahia. HEX triplet: AA, C3 and 24. RGB value is (170,195,36). Sum of RGB (Red+Green+Blue) = 170+195+36=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC324 is #553CDB. Grayscale: #AAAAAA. Windows color (decimal): -5586140 or 2409386. OLE color: 2409386.

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

Color convert

RGB 170 195 36 -
CMYK 0.13 0 0.82 0.24
HSL 69.43º 0.69% 0.45% -
HSV(B) 69.43º 0.82% 0.76% -
XYZ 36.41 47.7 8.96 -
YUV 169.4 52.72 128.43 -
System Red Green Blue C M Y K H S L
Decimal 170 195 36 0.13 0 0.82 0.24 69.43 0.69 0.45
Hex AA C3 24 D 0 52 18 45 45 2D
Octal 252 303 44 15 0 122 30 105 105 55
Binary 10101010 11000011 100100 1101 0 1010010 11000 1000101 1000101 101101

Color Harmonies of #AAC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC324

Black with #AAC324

Text Example


Text Example

White with #AAC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC324; }

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

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

background-color css

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

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

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

border-color css

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

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

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