#A7B127

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

Shades of Bahia #A7B127

Tints of Bahia #A7B127

Color information

#A7B127 (or 0xA7B127) is unknown color: approx Bahia. HEX triplet: A7, B1 and 27. RGB value is (167,177,39). Sum of RGB (Red+Green+Blue) = 167+177+39=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B127 is #584ED8. Grayscale: #9E9E9E. Windows color (decimal): -5787353 or 2601383. OLE color: 2601383.

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

Color convert

RGB16717739-
CMYK0.0600.780.31
HSL64.35º63.89%42.35%-
HSV(B)64.35º77.97%69.41%-
XYZ32.0239.817.91-
YUV158.2860.69134.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 39 (15.62% from 255) = 10.18%
R=43.60%
G=46.21%
B=10.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167177390.0600.780.3164.3563.8942.35
HexA7B127604E1F40402a
Octal24726147601163710010052
Binary1010011110110001100111110010011101111110000001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B127; }

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

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

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

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

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

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

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

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