#A7C517

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

Shades of Bahia #A7C517

Tints of Bahia #A7C517

Color information

#A7C517 (or 0xA7C517) is unknown color: approx Bahia. HEX triplet: A7, C5 and 17. RGB value is (167,197,23). Sum of RGB (Red+Green+Blue) = 167+197+23=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C517 is #583AE8. Grayscale: #A8A8A8. Windows color (decimal): -5782249 or 1557927. OLE color: 1557927.

HSL color Cylindrical-coordinate representation of color #A7C517: hue angle of 70.34º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A7C517 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB16719723-
CMYK0.1500.880.23
HSL70.34º79.09%43.14%-
HSV(B)70.34º88.32%77.25%-
XYZ36.0648.218.22-
YUV168.1946.06127.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 197 (77.34% from 255) = 50.90%
BLUE value IS 23 (9.38% from 255) = 5.94%
R=43.15%
G=50.90%
B=5.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal167197230.1500.880.2370.3479.0943.14
HexA7C517F05817464f2b
Octal247305271701302710611753
Binary1010011111000101101111111010110001011110001101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C517; }

 p { color: rgb(167,197,23); }

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

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

 a { background-color: rgb(167,197,23); }

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

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

 span { border-color: rgb(167,197,23); }

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