Html Css Color HEX #AAB42A Bahia

📋 copy color: '#AAB42A'

red 170 ◦ green 180 ◦ blue 42

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

Shades of Bahia #AAB42A

Tints of Bahia #AAB42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.92%

 BLUE value IS 42 (16.8% from 255) = 10.71%

R = 43.37%
G = 45.92%
B = 10.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#AAB42A (or 0xAAB42A) is known color: Bahia. HEX triplet: AA, B4 and 2A. RGB value is (170,180,42). Sum of RGB (Red+Green+Blue) = 170+180+42=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB42A is #554BD5. Grayscale: #A1A1A1. Windows color (decimal): -5589974 or 2798762. OLE color: 2798762.

HSL color Cylindrical-coordinate representation of color #AAB42A: hue angle of 64.35º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAB42A is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 42 -
CMYK 0.06 0 0.77 0.29
HSL 64.35º 0.62% 0.44% -
HSV(B) 64.35º 0.77% 0.71% -
XYZ 33.32 41.36 8.42 -
YUV 161.28 60.69 134.22 -
System Red Green Blue C M Y K H S L
Decimal 170 180 42 0.06 0 0.77 0.29 64.35 0.62 0.44
Hex AA B4 2A 6 0 4D 1D 40 3E 2C
Octal 252 264 52 6 0 115 35 100 76 54
Binary 10101010 10110100 101010 110 0 1001101 11101 1000000 111110 101100

Color Harmonies of #AAB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB42A

Black with #AAB42A

Text Example


Text Example

White with #AAB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB42A; }

 p { color: rgb(170,180,42); }

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

background-color css

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

 a { background-color: rgb(170,180,42); }

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

border-color css

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

 span { border-color: rgb(170,180,42); }

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