#AAB71B

Color #AAB71B Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AAB71B

Tints of Bahia #AAB71B

Color information

#AAB71B (or 0xAAB71B) is unknown color: approx Bahia. HEX triplet: AA, B7 and 1B. RGB value is (170,183,27). Sum of RGB (Red+Green+Blue) = 170+183+27=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB71B is #5548E4. Grayscale: #A1A1A1. Windows color (decimal): -5589221 or 1816490. OLE color: 1816490.

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

Color convert

RGB17018327-
CMYK0.0700.850.28
HSL65º74.29%41.18%-
HSV(B)65º85.25%71.76%-
XYZ33.7142.497.46-
YUV161.3352.19134.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 183 (71.88% from 255) = 48.16%
BLUE value IS 27 (10.94% from 255) = 7.11%
R=44.74%
G=48.16%
B=7.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170183270.0700.850.286574.2941.18
HexAAB71B70551C414a29
Octal25226733701253410111251
Binary101010101011011111011111010101011110010000011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB71B; }

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

 H1.HeaderClassName
 {
   color: #AAB71B;
 }
 .AnyTagClassName
 {
   color: #AAB71B;
 }
</style>
background-color css

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

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

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

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

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

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