#A7C813

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

Shades of Bahia #A7C813

Tints of Bahia #A7C813

Color information

#A7C813 (or 0xA7C813) is unknown color: approx Bahia. HEX triplet: A7, C8 and 13. RGB value is (167,200,19). Sum of RGB (Red+Green+Blue) = 167+200+19=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C813 is #5837EC. Grayscale: #AAAAAA. Windows color (decimal): -5781485 or 1296551. OLE color: 1296551.

HSL color Cylindrical-coordinate representation of color #A7C813: hue angle of 70.94º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7C813 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB16720019-
CMYK0.1600.900.22
HSL70.94º82.65%42.94%-
HSV(B)70.94º90.5%78.43%-
XYZ36.7149.578.25-
YUV169.543.07126.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.26%
GREEN value IS 200 (78.52% from 255) = 51.81%
BLUE value IS 19 (7.81% from 255) = 4.92%
R=43.26%
G=51.81%
B=4.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167200190.1600.900.2270.9482.6542.94
HexA7C8131005A1647532b
Octal247310232001322610712353
Binary10100111110010001001110000010110101011010001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C813; }

 p { color: rgb(167,200,19); }

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

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

 a { background-color: rgb(167,200,19); }

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

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

 span { border-color: rgb(167,200,19); }

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