#A9B01E

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

Shades of Bahia #A9B01E

Tints of Bahia #A9B01E

Color information

#A9B01E (or 0xA9B01E) is unknown color: approx Bahia. HEX triplet: A9, B0 and 1E. RGB value is (169,176,30). Sum of RGB (Red+Green+Blue) = 169+176+30=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B01E is #564FE1. Grayscale: #9D9D9D. Windows color (decimal): -5656546 or 2011305. OLE color: 2011305.

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

Color convert

RGB16917630-
CMYK0.0400.830.31
HSL62.88º70.87%40.39%-
HSV(B)62.88º82.95%69.02%-
XYZ32.1239.587.17-
YUV157.2656.18136.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 30 (12.11% from 255) = 8%
R=45.07%
G=46.93%
B=8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169176300.0400.830.3162.8870.8740.39
HexA9B01E40531F3f4728
Octal2512603640123377710750
Binary10101001101100001111010001010011111111111111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B01E; }

 p { color: rgb(169,176,30); }

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

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

 a { background-color: rgb(169,176,30); }

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

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

 span { border-color: rgb(169,176,30); }

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