Html Css Color HEX #AAB924 Bahia

📋 copy color: '#AAB924'

red 170 ◦ green 185 ◦ blue 36

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

Shades of Bahia #AAB924

Tints of Bahia #AAB924

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.31%

 BLUE value IS 36 (14.45% from 255) = 9.21%

R = 43.48%
G = 47.31%
B = 9.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#AAB924 (or 0xAAB924) is known color: Bahia. HEX triplet: AA, B9 and 24. RGB value is (170,185,36). Sum of RGB (Red+Green+Blue) = 170+185+36=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB924 is #5546DB. Grayscale: #A4A4A4. Windows color (decimal): -5588700 or 2406826. OLE color: 2406826.

HSL color Cylindrical-coordinate representation of color #AAB924: hue angle of 66.04º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAB924 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 36 -
CMYK 0.08 0 0.81 0.27
HSL 66.04º 0.67% 0.43% -
HSV(B) 66.04º 0.81% 0.73% -
XYZ 34.24 43.37 8.24 -
YUV 163.53 56.03 132.62 -
System Red Green Blue C M Y K H S L
Decimal 170 185 36 0.08 0 0.81 0.27 66.04 0.67 0.43
Hex AA B9 24 8 0 51 1B 42 43 2B
Octal 252 271 44 10 0 121 33 102 103 53
Binary 10101010 10111001 100100 1000 0 1010001 11011 1000010 1000011 101011

Color Harmonies of #AAB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB924

Black with #AAB924

Text Example


Text Example

White with #AAB924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB924; }

 p { color: rgb(170,185,36); }

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

background-color css

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

 a { background-color: rgb(170,185,36); }

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

border-color css

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

 span { border-color: rgb(170,185,36); }

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