#AAB01D

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

Shades of Bahia #AAB01D

Tints of Bahia #AAB01D

Color information

#AAB01D (or 0xAAB01D) is unknown color: approx Bahia. HEX triplet: AA, B0 and 1D. RGB value is (170,176,29). Sum of RGB (Red+Green+Blue) = 170+176+29=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB01D is #554FE2. Grayscale: #9E9E9E. Windows color (decimal): -5591011 or 1945770. OLE color: 1945770.

HSL color Cylindrical-coordinate representation of color #AAB01D: hue angle of 62.45º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAB01D is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB17017629-
CMYK0.0300.840.31
HSL62.45º71.71%40.2%-
HSV(B)62.45º83.52%69.02%-
XYZ32.3239.697.12-
YUV157.4555.51136.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 29 (11.72% from 255) = 7.73%
R=45.33%
G=46.93%
B=7.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170176290.0300.840.3162.4571.7140.2
HexAAB01D30541F3e4828
Octal2522603530124377611050
Binary1010101010110000111011101010100111111111101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB01D; }

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

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

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

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

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

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

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

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