Html Css Color HEX #AAB21D Bahia

📋 copy color: '#AAB21D'

red 170 ◦ green 178 ◦ blue 29

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

Shades of Bahia #AAB21D

Tints of Bahia #AAB21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.69%

R = 45.09%
G = 47.21%
B = 7.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#AAB21D (or 0xAAB21D) is known color: Bahia. HEX triplet: AA, B2 and 1D. RGB value is (170,178,29). Sum of RGB (Red+Green+Blue) = 170+178+29=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB21D is #554DE2. Grayscale: #9F9F9F. Windows color (decimal): -5590499 or 1946282. OLE color: 1946282.

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

Color convert

RGB 170 178 29 -
CMYK 0.04 0 0.84 0.30
HSL 63.22º 0.72% 0.41% -
HSV(B) 63.22º 0.84% 0.7% -
XYZ 32.72 40.48 7.25 -
YUV 158.62 54.85 136.12 -
System Red Green Blue C M Y K H S L
Decimal 170 178 29 0.04 0 0.84 0.30 63.22 0.72 0.41
Hex AA B2 1D 4 0 54 1E 3F 48 29
Octal 252 262 35 4 0 124 36 77 110 51
Binary 10101010 10110010 11101 100 0 1010100 11110 111111 1001000 101001

Color Harmonies of #AAB21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB21D

Black with #AAB21D

Text Example


Text Example

White with #AAB21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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