Html Css Color HEX #AAC529 Bahia

📋 copy color: '#AAC529'

red 170 ◦ green 197 ◦ blue 41

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

Shades of Bahia #AAC529

Tints of Bahia #AAC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.28%

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 41.67%
G = 48.28%
B = 10.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#AAC529 (or 0xAAC529) is known color: Bahia. HEX triplet: AA, C5 and 29. RGB value is (170,197,41). Sum of RGB (Red+Green+Blue) = 170+197+41=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC529 is #553AD6. Grayscale: #ABABAB. Windows color (decimal): -5585623 or 2737578. OLE color: 2737578.

HSL color Cylindrical-coordinate representation of color #AAC529: hue angle of 70.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAC529 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 41 -
CMYK 0.14 0 0.79 0.23
HSL 70.38º 0.66% 0.47% -
HSV(B) 70.38º 0.79% 0.77% -
XYZ 36.94 48.64 9.54 -
YUV 171.14 54.55 127.18 -
System Red Green Blue C M Y K H S L
Decimal 170 197 41 0.14 0 0.79 0.23 70.38 0.66 0.47
Hex AA C5 29 E 0 4F 17 46 42 2F
Octal 252 305 51 16 0 117 27 106 102 57
Binary 10101010 11000101 101001 1110 0 1001111 10111 1000110 1000010 101111

Color Harmonies of #AAC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC529

Black with #AAC529

Text Example


Text Example

White with #AAC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC529; }

 p { color: rgb(170,197,41); }

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

background-color css

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

 a { background-color: rgb(170,197,41); }

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

border-color css

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

 span { border-color: rgb(170,197,41); }

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