#A9B02C

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

Shades of Bahia #A9B02C

Tints of Bahia #A9B02C

Color information

#A9B02C (or 0xA9B02C) is unknown color: approx Bahia. HEX triplet: A9, B0 and 2C. RGB value is (169,176,44). Sum of RGB (Red+Green+Blue) = 169+176+44=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B02C is #564FD3. Grayscale: #9F9F9F. Windows color (decimal): -5656532 or 2928809. OLE color: 2928809.

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

Color convert

RGB16917644-
CMYK0.0400.750.31
HSL63.18º60%43.14%-
HSV(B)63.18º75%69.02%-
XYZ32.3439.678.33-
YUV158.8663.18135.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 44 (17.58% from 255) = 11.31%
R=43.44%
G=45.24%
B=11.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169176440.0400.750.3163.186043.14
HexA9B02C404B1F3f3c2b
Octal251260544011337777453
Binary10101001101100001011001000100101111111111111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B02C; }

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

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

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

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

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

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

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

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