Html Css Color HEX #AAC629 Bahia

📋 copy color: '#AAC629'

red 170 ◦ green 198 ◦ blue 41

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

Shades of Bahia #AAC629

Tints of Bahia #AAC629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.41%

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

R = 41.56%
G = 48.41%
B = 10.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#AAC629 (or 0xAAC629) is known color: Bahia. HEX triplet: AA, C6 and 29. RGB value is (170,198,41). Sum of RGB (Red+Green+Blue) = 170+198+41=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC629 is #5539D6. Grayscale: #ACACAC. Windows color (decimal): -5585367 or 2737834. OLE color: 2737834.

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

Color convert

RGB 170 198 41 -
CMYK 0.14 0 0.79 0.22
HSL 70.7º 0.66% 0.47% -
HSV(B) 70.7º 0.79% 0.78% -
XYZ 37.17 49.09 9.61 -
YUV 171.73 54.22 126.77 -
System Red Green Blue C M Y K H S L
Decimal 170 198 41 0.14 0 0.79 0.22 70.7 0.66 0.47
Hex AA C6 29 E 0 4F 16 47 42 2F
Octal 252 306 51 16 0 117 26 107 102 57
Binary 10101010 11000110 101001 1110 0 1001111 10110 1000111 1000010 101111

Color Harmonies of #AAC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC629

Black with #AAC629

Text Example


Text Example

White with #AAC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC629; }

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

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

background-color css

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

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

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

border-color css

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

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

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