#A7BA15

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

Shades of Bahia #A7BA15

Tints of Bahia #A7BA15

Color information

#A7BA15 (or 0xA7BA15) is unknown color: approx Bahia. HEX triplet: A7, BA and 15. RGB value is (167,186,21). Sum of RGB (Red+Green+Blue) = 167+186+21=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BA15 is #5845EA. Grayscale: #A2A2A2. Windows color (decimal): -5785067 or 1424039. OLE color: 1424039.

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

Color convert

RGB16718621-
CMYK0.1000.890.27
HSL66.91º79.71%40.59%-
HSV(B)66.91º88.71%72.94%-
XYZ33.6343.397.31-
YUV161.5148.71131.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 186 (73.05% from 255) = 49.73%
BLUE value IS 21 (8.59% from 255) = 5.61%
R=44.65%
G=49.73%
B=5.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167186210.1000.890.2766.9179.7140.59
HexA7BA15A0591B435029
Octal247272251201313310312051
Binary1010011110111010101011010010110011101110000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA15; }

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

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

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

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

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

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

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

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