#A7C414

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

Shades of Bahia #A7C414

Tints of Bahia #A7C414

Color information

#A7C414 (or 0xA7C414) is unknown color: approx Bahia. HEX triplet: A7, C4 and 14. RGB value is (167,196,20). Sum of RGB (Red+Green+Blue) = 167+196+20=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C414 is #583BEB. Grayscale: #A7A7A7. Windows color (decimal): -5782508 or 1361063. OLE color: 1361063.

HSL color Cylindrical-coordinate representation of color #A7C414: hue angle of 69.89º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7C414 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB16719620-
CMYK0.1500.900.23
HSL69.89º81.48%42.35%-
HSV(B)69.89º89.8%76.86%-
XYZ35.847.757.99-
YUV167.2644.89127.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 196 (76.95% from 255) = 51.17%
BLUE value IS 20 (8.20% from 255) = 5.22%
R=43.60%
G=51.17%
B=5.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal167196200.1500.900.2369.8981.4842.35
HexA7C414F05A1746512a
Octal247304241701322710612152
Binary1010011111000100101001111010110101011110001101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C414; }

 p { color: rgb(167,196,20); }

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

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

 a { background-color: rgb(167,196,20); }

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

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

 span { border-color: rgb(167,196,20); }

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