Html Css Color HEX #AAB22D Bahia

📋 copy color: '#AAB22D'

red 170 ◦ green 178 ◦ blue 45

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

Shades of Bahia #AAB22D

Tints of Bahia #AAB22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.45%

R = 43.26%
G = 45.29%
B = 11.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#AAB22D (or 0xAAB22D) is known color: Bahia. HEX triplet: AA, B2 and 2D. RGB value is (170,178,45). Sum of RGB (Red+Green+Blue) = 170+178+45=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB22D is #554DD2. Grayscale: #A0A0A0. Windows color (decimal): -5590483 or 2994858. OLE color: 2994858.

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

Color convert

RGB 170 178 45 -
CMYK 0.04 0 0.75 0.30
HSL 63.61º 0.6% 0.44% -
HSV(B) 63.61º 0.75% 0.7% -
XYZ 32.97 40.58 8.58 -
YUV 160.45 62.85 134.81 -
System Red Green Blue C M Y K H S L
Decimal 170 178 45 0.04 0 0.75 0.30 63.61 0.6 0.44
Hex AA B2 2D 4 0 4B 1E 40 3C 2C
Octal 252 262 55 4 0 113 36 100 74 54
Binary 10101010 10110010 101101 100 0 1001011 11110 1000000 111100 101100

Color Harmonies of #AAB22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB22D

Black with #AAB22D

Text Example


Text Example

White with #AAB22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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