Html Css Color HEX #AAB22F Bahia

📋 copy color: '#AAB22F'

red 170 ◦ green 178 ◦ blue 47

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

Shades of Bahia #AAB22F

Tints of Bahia #AAB22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.9%

R = 43.04%
G = 45.06%
B = 11.9%

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

#AAB22F (or 0xAAB22F) is known color: Bahia. HEX triplet: AA, B2 and 2F. RGB value is (170,178,47). Sum of RGB (Red+Green+Blue) = 170+178+47=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB22F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB22F is #554DD0. Grayscale: #A1A1A1. Windows color (decimal): -5590481 or 3125930. OLE color: 3125930.

HSL color Cylindrical-coordinate representation of color #AAB22F: hue angle of 63.66º degrees, saturation: 0.58, 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 #AAB22F is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 47 -
CMYK 0.04 0 0.74 0.30
HSL 63.66º 0.58% 0.44% -
HSV(B) 63.66º 0.74% 0.7% -
XYZ 33.01 40.59 8.78 -
YUV 160.67 63.85 134.65 -
System Red Green Blue C M Y K H S L
Decimal 170 178 47 0.04 0 0.74 0.30 63.66 0.58 0.44
Hex AA B2 2F 4 0 4A 1E 40 3A 2C
Octal 252 262 57 4 0 112 36 100 72 54
Binary 10101010 10110010 101111 100 0 1001010 11110 1000000 111010 101100

Color Harmonies of #AAB22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB22F

Black with #AAB22F

Text Example


Text Example

White with #AAB22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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