Html Css Color HEX #AAB922 Bahia

📋 copy color: '#AAB922'

red 170 ◦ green 185 ◦ blue 34

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

Shades of Bahia #AAB922

Tints of Bahia #AAB922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.74%

R = 43.7%
G = 47.56%
B = 8.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#AAB922 (or 0xAAB922) is known color: Bahia. HEX triplet: AA, B9 and 22. RGB value is (170,185,34). Sum of RGB (Red+Green+Blue) = 170+185+34=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB922 is #5546DD. Grayscale: #A3A3A3. Windows color (decimal): -5588702 or 2275754. OLE color: 2275754.

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

Color convert

RGB 170 185 34 -
CMYK 0.08 0 0.82 0.27
HSL 65.96º 0.69% 0.43% -
HSV(B) 65.96º 0.82% 0.73% -
XYZ 34.22 43.36 8.08 -
YUV 163.3 55.03 132.78 -
System Red Green Blue C M Y K H S L
Decimal 170 185 34 0.08 0 0.82 0.27 65.96 0.69 0.43
Hex AA B9 22 8 0 52 1B 42 45 2B
Octal 252 271 42 10 0 122 33 102 105 53
Binary 10101010 10111001 100010 1000 0 1010010 11011 1000010 1000101 101011

Color Harmonies of #AAB922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB922

Black with #AAB922

Text Example


Text Example

White with #AAB922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB922; }

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

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

background-color css

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

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

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

border-color css

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

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

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