#A2C117

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

Shades of Bahia #A2C117

Tints of Bahia #A2C117

Color information

#A2C117 (or 0xA2C117) is unknown color: approx Bahia. HEX triplet: A2, C1 and 17. RGB value is (162,193,23). Sum of RGB (Red+Green+Blue) = 162+193+23=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C117 is #5D3EE8. Grayscale: #A5A5A5. Windows color (decimal): -6110953 or 1556898. OLE color: 1556898.

HSL color Cylindrical-coordinate representation of color #A2C117: hue angle of 70.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2C117 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB16219323-
CMYK0.1600.880.24
HSL70.94º78.7%42.35%-
HSV(B)70.94º88.08%75.69%-
XYZ34.1245.887.87-
YUV164.3548.23126.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 193 (75.78% from 255) = 51.06%
BLUE value IS 23 (9.38% from 255) = 6.08%
R=42.86%
G=51.06%
B=6.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162193230.1600.880.2470.9478.742.35
HexA2C1171005818474f2a
Octal242301272001303010711752
Binary10100010110000011011110000010110001100010001111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C117; }

 p { color: rgb(162,193,23); }

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

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

 a { background-color: rgb(162,193,23); }

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

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

 span { border-color: rgb(162,193,23); }

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