Html Css Color HEX #AAB22E Bahia

📋 copy color: '#AAB22E'

red 170 ◦ green 178 ◦ blue 46

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

Shades of Bahia #AAB22E

Tints of Bahia #AAB22E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 43.15%
G = 45.18%
B = 11.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#AAB22E (or 0xAAB22E) is known color: Bahia. HEX triplet: AA, B2 and 2E. RGB value is (170,178,46). Sum of RGB (Red+Green+Blue) = 170+178+46=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB22E is #554DD1. Grayscale: #A1A1A1. Windows color (decimal): -5590482 or 3060394. OLE color: 3060394.

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

Color convert

RGB 170 178 46 -
CMYK 0.04 0 0.74 0.30
HSL 63.64º 0.59% 0.44% -
HSV(B) 63.64º 0.74% 0.7% -
XYZ 32.99 40.58 8.68 -
YUV 160.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 170 178 46 0.04 0 0.74 0.30 63.64 0.59 0.44
Hex AA B2 2E 4 0 4A 1E 40 3B 2C
Octal 252 262 56 4 0 112 36 100 73 54
Binary 10101010 10110010 101110 100 0 1001010 11110 1000000 111011 101100

Color Harmonies of #AAB22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB22E

Black with #AAB22E

Text Example


Text Example

White with #AAB22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB22E; }

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

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

background-color css

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

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

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

border-color css

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

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

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