Html Css Color HEX #AAB222 Bahia

📋 copy color: '#AAB222'

red 170 ◦ green 178 ◦ blue 34

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

Shades of Bahia #AAB222

Tints of Bahia #AAB222

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.6%

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

R = 44.5%
G = 46.6%
B = 8.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#AAB222 (or 0xAAB222) is known color: Bahia. HEX triplet: AA, B2 and 22. RGB value is (170,178,34). Sum of RGB (Red+Green+Blue) = 170+178+34=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB222 is #554DDD. Grayscale: #9F9F9F. Windows color (decimal): -5590494 or 2273962. OLE color: 2273962.

HSL color Cylindrical-coordinate representation of color #AAB222: hue angle of 63.33º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAB222 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 34 -
CMYK 0.04 0 0.81 0.30
HSL 63.33º 0.68% 0.42% -
HSV(B) 63.33º 0.81% 0.7% -
XYZ 32.79 40.5 7.6 -
YUV 159.19 57.35 135.71 -
System Red Green Blue C M Y K H S L
Decimal 170 178 34 0.04 0 0.81 0.30 63.33 0.68 0.42
Hex AA B2 22 4 0 51 1E 3F 44 2A
Octal 252 262 42 4 0 121 36 77 104 52
Binary 10101010 10110010 100010 100 0 1010001 11110 111111 1000100 101010

Color Harmonies of #AAB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB222

Black with #AAB222

Text Example


Text Example

White with #AAB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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