#A7BA2C

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

Shades of Bahia #A7BA2C

Tints of Bahia #A7BA2C

Color information

#A7BA2C (or 0xA7BA2C) is unknown color: approx Bahia. HEX triplet: A7, BA and 2C. RGB value is (167,186,44). Sum of RGB (Red+Green+Blue) = 167+186+44=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BA2C is #5845D3. Grayscale: #A4A4A4. Windows color (decimal): -5785044 or 2931367. OLE color: 2931367.

HSL color Cylindrical-coordinate representation of color #A7BA2C: hue angle of 68.03º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A7BA2C is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB16718644-
CMYK0.1000.760.27
HSL68.03º61.74%45.1%-
HSV(B)68.03º76.34%72.94%-
XYZ33.9543.528.99-
YUV164.1360.21130.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 44 (17.58% from 255) = 11.08%
R=42.07%
G=46.85%
B=11.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167186440.1000.760.2768.0361.7445.1
HexA7BA2CA04C1B443e2d
Octal24727254120114331047655
Binary1010011110111010101100101001001100110111000100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA2C; }

 p { color: rgb(167,186,44); }

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

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

 a { background-color: rgb(167,186,44); }

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

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

 span { border-color: rgb(167,186,44); }

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