#A0B029

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

Shades of Bahia #A0B029

Tints of Bahia #A0B029

Color information

#A0B029 (or 0xA0B029) is unknown color: approx Bahia. HEX triplet: A0, B0 and 29. RGB value is (160,176,41). Sum of RGB (Red+Green+Blue) = 160+176+41=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B029 is #5F4FD6. Grayscale: #9C9C9C. Windows color (decimal): -6246359 or 2732192. OLE color: 2732192.

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

Color convert

RGB16017641-
CMYK0.0900.770.31
HSL67.11º62.21%42.55%-
HSV(B)67.11º76.7%69.02%-
XYZ30.4238.687.96-
YUV155.8363.2130.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 176 (69.14% from 255) = 46.68%
BLUE value IS 41 (16.41% from 255) = 10.88%
R=42.44%
G=46.68%
B=10.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160176410.0900.770.3167.1162.2142.55
HexA0B029904D1F433e2b
Octal24026051110115371037653
Binary1010000010110000101001100101001101111111000011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B029; }

 p { color: rgb(160,176,41); }

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

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

 a { background-color: rgb(160,176,41); }

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

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

 span { border-color: rgb(160,176,41); }

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