#A7B42E

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

Shades of Bahia #A7B42E

Tints of Bahia #A7B42E

Color information

#A7B42E (or 0xA7B42E) is unknown color: approx Bahia. HEX triplet: A7, B4 and 2E. RGB value is (167,180,46). Sum of RGB (Red+Green+Blue) = 167+180+46=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B42E is #584BD1. Grayscale: #A1A1A1. Windows color (decimal): -5786578 or 3060903. OLE color: 3060903.

HSL color Cylindrical-coordinate representation of color #A7B42E: hue angle of 65.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7B42E is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB16718046-
CMYK0.0700.740.29
HSL65.82º59.29%44.31%-
HSV(B)65.82º74.44%70.59%-
XYZ32.7541.068.78-
YUV160.8463.19132.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 46 (18.36% from 255) = 11.70%
R=42.49%
G=45.80%
B=11.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167180460.0700.740.2965.8259.2944.31
HexA7B42E704A1D423b2c
Octal2472645670112351027354
Binary101001111011010010111011101001010111011000010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B42E; }

 p { color: rgb(167,180,46); }

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

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

 a { background-color: rgb(167,180,46); }

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

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

 span { border-color: rgb(167,180,46); }

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