Html Css Color HEX #AAB71A Bahia

📋 copy color: '#AAB71A'

red 170 ◦ green 183 ◦ blue 26

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

Shades of Bahia #AAB71A

Tints of Bahia #AAB71A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.28%

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

R = 44.85%
G = 48.28%
B = 6.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#AAB71A (or 0xAAB71A) is known color: Bahia. HEX triplet: AA, B7 and 1A. RGB value is (170,183,26). Sum of RGB (Red+Green+Blue) = 170+183+26=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB71A is #5548E5. Grayscale: #A1A1A1. Windows color (decimal): -5589222 or 1750954. OLE color: 1750954.

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

Color convert

RGB 170 183 26 -
CMYK 0.07 0 0.86 0.28
HSL 64.97º 0.75% 0.41% -
HSV(B) 64.97º 0.86% 0.72% -
XYZ 33.7 42.49 7.4 -
YUV 161.22 51.69 134.27 -
System Red Green Blue C M Y K H S L
Decimal 170 183 26 0.07 0 0.86 0.28 64.97 0.75 0.41
Hex AA B7 1A 7 0 56 1C 41 4B 29
Octal 252 267 32 7 0 126 34 101 113 51
Binary 10101010 10110111 11010 111 0 1010110 11100 1000001 1001011 101001

Color Harmonies of #AAB71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB71A

Black with #AAB71A

Text Example


Text Example

White with #AAB71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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