Html Css Color HEX #AAB81A Bahia

📋 copy color: '#AAB81A'

red 170 ◦ green 184 ◦ blue 26

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

Shades of Bahia #AAB81A

Tints of Bahia #AAB81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.84%

R = 44.74%
G = 48.42%
B = 6.84%

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

#AAB81A (or 0xAAB81A) is known color: Bahia. HEX triplet: AA, B8 and 1A. RGB value is (170,184,26). Sum of RGB (Red+Green+Blue) = 170+184+26=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB81A is #5547E5. Grayscale: #A2A2A2. Windows color (decimal): -5588966 or 1751210. OLE color: 1751210.

HSL color Cylindrical-coordinate representation of color #AAB81A: hue angle of 65.32º degrees, saturation: 0.75, 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 #AAB81A is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 26 -
CMYK 0.08 0 0.86 0.28
HSL 65.32º 0.75% 0.41% -
HSV(B) 65.32º 0.86% 0.72% -
XYZ 33.9 42.9 7.47 -
YUV 161.8 51.36 133.85 -
System Red Green Blue C M Y K H S L
Decimal 170 184 26 0.08 0 0.86 0.28 65.32 0.75 0.41
Hex AA B8 1A 8 0 56 1C 41 4B 29
Octal 252 270 32 10 0 126 34 101 113 51
Binary 10101010 10111000 11010 1000 0 1010110 11100 1000001 1001011 101001

Color Harmonies of #AAB81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB81A

Black with #AAB81A

Text Example


Text Example

White with #AAB81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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