Html Css Color HEX #AACA29 Bahia

📋 copy color: '#AACA29'

red 170 ◦ green 202 ◦ blue 41

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

Shades of Bahia #AACA29

Tints of Bahia #AACA29

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.91%

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

R = 41.16%
G = 48.91%
B = 9.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#AACA29 (or 0xAACA29) is known color: Bahia. HEX triplet: AA, CA and 29. RGB value is (170,202,41). Sum of RGB (Red+Green+Blue) = 170+202+41=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA29 is #5535D6. Grayscale: #AEAEAE. Windows color (decimal): -5584343 or 2738858. OLE color: 2738858.

HSL color Cylindrical-coordinate representation of color #AACA29: hue angle of 71.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AACA29 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 41 -
CMYK 0.16 0 0.80 0.21
HSL 71.93º 0.66% 0.48% -
HSV(B) 71.93º 0.8% 0.79% -
XYZ 38.1 50.95 9.92 -
YUV 174.08 52.9 125.09 -
System Red Green Blue C M Y K H S L
Decimal 170 202 41 0.16 0 0.80 0.21 71.93 0.66 0.48
Hex AA CA 29 10 0 50 15 48 42 30
Octal 252 312 51 20 0 120 25 110 102 60
Binary 10101010 11001010 101001 10000 0 1010000 10101 1001000 1000010 110000

Color Harmonies of #AACA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA29

Black with #AACA29

Text Example


Text Example

White with #AACA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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