Html Css Color HEX #AAB921 Bahia

📋 copy color: '#AAB921'

red 170 ◦ green 185 ◦ blue 33

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

Shades of Bahia #AAB921

Tints of Bahia #AAB921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.51%

R = 43.81%
G = 47.68%
B = 8.51%

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

#AAB921 (or 0xAAB921) is known color: Bahia. HEX triplet: AA, B9 and 21. RGB value is (170,185,33). Sum of RGB (Red+Green+Blue) = 170+185+33=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB921 is #5546DE. Grayscale: #A3A3A3. Windows color (decimal): -5588703 or 2210218. OLE color: 2210218.

HSL color Cylindrical-coordinate representation of color #AAB921: hue angle of 65.92º degrees, saturation: 0.7, 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 #AAB921 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 33 -
CMYK 0.08 0 0.82 0.27
HSL 65.92º 0.7% 0.43% -
HSV(B) 65.92º 0.82% 0.73% -
XYZ 34.2 43.35 8 -
YUV 163.19 54.53 132.86 -
System Red Green Blue C M Y K H S L
Decimal 170 185 33 0.08 0 0.82 0.27 65.92 0.7 0.43
Hex AA B9 21 8 0 52 1B 42 46 2B
Octal 252 271 41 10 0 122 33 102 106 53
Binary 10101010 10111001 100001 1000 0 1010010 11011 1000010 1000110 101011

Color Harmonies of #AAB921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB921

Black with #AAB921

Text Example


Text Example

White with #AAB921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB921; }

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

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

background-color css

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

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

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

border-color css

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

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

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