#A7B131

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

Shades of Bahia #A7B131

Tints of Bahia #A7B131

Color information

#A7B131 (or 0xA7B131) is unknown color: approx Bahia. HEX triplet: A7, B1 and 31. RGB value is (167,177,49). Sum of RGB (Red+Green+Blue) = 167+177+49=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B131 is #584ECE. Grayscale: #9F9F9F. Windows color (decimal): -5787343 or 3256743. OLE color: 3256743.

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

Color convert

RGB16717749-
CMYK0.0600.720.31
HSL64.69º56.64%44.31%-
HSV(B)64.69º72.32%69.41%-
XYZ32.2139.888.91-
YUV159.4265.69133.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 177 (69.53% from 255) = 45.04%
BLUE value IS 49 (19.53% from 255) = 12.47%
R=42.49%
G=45.04%
B=12.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167177490.0600.720.3164.6956.6444.31
HexA7B13160481F41392c
Octal2472616160110371017154
Binary101001111011000111000111001001000111111000001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B131; }

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

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

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

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

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

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

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

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