Html Css Color HEX #AAC429 Bahia

📋 copy color: '#AAC429'

red 170 ◦ green 196 ◦ blue 41

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

Shades of Bahia #AAC429

Tints of Bahia #AAC429

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.16%

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

R = 41.77%
G = 48.16%
B = 10.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#AAC429 (or 0xAAC429) is known color: Bahia. HEX triplet: AA, C4 and 29. RGB value is (170,196,41). Sum of RGB (Red+Green+Blue) = 170+196+41=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC429 is #553BD6. Grayscale: #ABABAB. Windows color (decimal): -5585879 or 2737322. OLE color: 2737322.

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

Color convert

RGB 170 196 41 -
CMYK 0.13 0 0.79 0.23
HSL 70.06º 0.65% 0.46% -
HSV(B) 70.06º 0.79% 0.77% -
XYZ 36.72 48.19 9.46 -
YUV 170.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 170 196 41 0.13 0 0.79 0.23 70.06 0.65 0.46
Hex AA C4 29 D 0 4F 17 46 41 2E
Octal 252 304 51 15 0 117 27 106 101 56
Binary 10101010 11000100 101001 1101 0 1001111 10111 1000110 1000001 101110

Color Harmonies of #AAC429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC429

Black with #AAC429

Text Example


Text Example

White with #AAC429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC429; }

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

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

background-color css

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

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

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

border-color css

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

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

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