Html Css Color HEX #AAB819 Bahia

📋 copy color: '#AAB819'

red 170 ◦ green 184 ◦ blue 25

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

Shades of Bahia #AAB819

Tints of Bahia #AAB819

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.55%

 BLUE value IS 25 (10.16% from 255) = 6.6%

R = 44.85%
G = 48.55%
B = 6.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#AAB819 (or 0xAAB819) is known color: Bahia. HEX triplet: AA, B8 and 19. RGB value is (170,184,25). Sum of RGB (Red+Green+Blue) = 170+184+25=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB819 is #5547E6. Grayscale: #A2A2A2. Windows color (decimal): -5588967 or 1685674. OLE color: 1685674.

HSL color Cylindrical-coordinate representation of color #AAB819: hue angle of 65.28º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAB819 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 25 -
CMYK 0.08 0 0.86 0.28
HSL 65.28º 0.76% 0.41% -
HSV(B) 65.28º 0.86% 0.72% -
XYZ 33.89 42.9 7.41 -
YUV 161.69 50.86 133.93 -
System Red Green Blue C M Y K H S L
Decimal 170 184 25 0.08 0 0.86 0.28 65.28 0.76 0.41
Hex AA B8 19 8 0 56 1C 41 4C 29
Octal 252 270 31 10 0 126 34 101 114 51
Binary 10101010 10111000 11001 1000 0 1010110 11100 1000001 1001100 101001

Color Harmonies of #AAB819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB819

Black with #AAB819

Text Example


Text Example

White with #AAB819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB819; }

 p { color: rgb(170,184,25); }

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

background-color css

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

 a { background-color: rgb(170,184,25); }

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

border-color css

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

 span { border-color: rgb(170,184,25); }

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