#A7B12A

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

Shades of Bahia #A7B12A

Tints of Bahia #A7B12A

Color information

#A7B12A (or 0xA7B12A) is unknown color: approx Bahia. HEX triplet: A7, B1 and 2A. RGB value is (167,177,42). Sum of RGB (Red+Green+Blue) = 167+177+42=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B12A is #584ED5. Grayscale: #9F9F9F. Windows color (decimal): -5787350 or 2797991. OLE color: 2797991.

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

Color convert

RGB16717742-
CMYK0.0600.760.31
HSL64.44º61.64%42.94%-
HSV(B)64.44º76.27%69.41%-
XYZ32.0839.838.19-
YUV158.6262.19133.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.26%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 42 (16.80% from 255) = 10.88%
R=43.26%
G=45.85%
B=10.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167177420.0600.760.3164.4461.6442.94
HexA7B12A604C1F403e2b
Octal2472615260114371007653
Binary101001111011000110101011001001100111111000000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B12A; }

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

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

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

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

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

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

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

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