#A7B029

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

Shades of Bahia #A7B029

Tints of Bahia #A7B029

Color information

#A7B029 (or 0xA7B029) is unknown color: approx Bahia. HEX triplet: A7, B0 and 29. RGB value is (167,176,41). Sum of RGB (Red+Green+Blue) = 167+176+41=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B029 is #584FD6. Grayscale: #9E9E9E. Windows color (decimal): -5787607 or 2732199. OLE color: 2732199.

HSL color Cylindrical-coordinate representation of color #A7B029: hue angle of 64º 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 #A7B029 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB16717641-
CMYK0.0500.770.31
HSL64º62.21%42.55%-
HSV(B)64º76.7%69.02%-
XYZ31.8639.438.03-
YUV157.9262.02134.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 176 (69.14% from 255) = 45.83%
BLUE value IS 41 (16.41% from 255) = 10.68%
R=43.49%
G=45.83%
B=10.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167176410.0500.770.316462.2142.55
HexA7B029504D1F403e2b
Octal2472605150115371007653
Binary101001111011000010100110101001101111111000000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B029; }

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

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

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

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

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

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

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

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