#A6C130

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

Shades of Bahia #A6C130

Tints of Bahia #A6C130

Color information

#A6C130 (or 0xA6C130) is unknown color: approx Bahia. HEX triplet: A6, C1 and 30. RGB value is (166,193,48). Sum of RGB (Red+Green+Blue) = 166+193+48=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C130 is #593ECF. Grayscale: #A8A8A8. Windows color (decimal): -5848784 or 3195302. OLE color: 3195302.

HSL color Cylindrical-coordinate representation of color #A6C130: hue angle of 71.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6C130 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB16619348-
CMYK0.1400.750.24
HSL71.17º60.17%47.25%-
HSV(B)71.17º75.13%75.69%-
XYZ35.3346.469.9-
YUV168.460.05126.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 193 (75.78% from 255) = 47.42%
BLUE value IS 48 (19.14% from 255) = 11.79%
R=40.79%
G=47.42%
B=11.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166193480.1400.750.2471.1760.1747.25
HexA6C130E04B18473c2f
Octal24630160160113301077457
Binary1010011011000001110000111001001011110001000111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C130; }

 p { color: rgb(166,193,48); }

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

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

 a { background-color: rgb(166,193,48); }

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

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

 span { border-color: rgb(166,193,48); }

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