#A7B117

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

Shades of Bahia #A7B117

Tints of Bahia #A7B117

Color information

#A7B117 (or 0xA7B117) is unknown color: approx Bahia. HEX triplet: A7, B1 and 17. RGB value is (167,177,23). Sum of RGB (Red+Green+Blue) = 167+177+23=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B117 is #584EE8. Grayscale: #9D9D9D. Windows color (decimal): -5787369 or 1552807. OLE color: 1552807.

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

Color convert

RGB16717723-
CMYK0.0600.870.31
HSL63.9º77%39.22%-
HSV(B)63.9º87.01%69.41%-
XYZ31.8139.726.8-
YUV156.4552.69135.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 177 (69.53% from 255) = 48.23%
BLUE value IS 23 (9.38% from 255) = 6.27%
R=45.50%
G=48.23%
B=6.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167177230.0600.870.3163.97739.22
HexA7B11760571F404d27
Octal24726127601273710011547
Binary101001111011000110111110010101111111110000001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B117; }

 p { color: rgb(167,177,23); }

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

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

 a { background-color: rgb(167,177,23); }

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

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

 span { border-color: rgb(167,177,23); }

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