#A6C627

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

Shades of Bahia #A6C627

Tints of Bahia #A6C627

Color information

#A6C627 (or 0xA6C627) is unknown color: approx Bahia. HEX triplet: A6, C6 and 27. RGB value is (166,198,39). Sum of RGB (Red+Green+Blue) = 166+198+39=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C627 is #5939D8. Grayscale: #AAAAAA. Windows color (decimal): -5847513 or 2606758. OLE color: 2606758.

HSL color Cylindrical-coordinate representation of color #A6C627: hue angle of 72.08º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6C627 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB16619839-
CMYK0.1600.800.22
HSL72.08º67.09%46.47%-
HSV(B)72.08º80.3%77.65%-
XYZ36.2948.649.4-
YUV170.3153.9124.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 198 (77.73% from 255) = 49.13%
BLUE value IS 39 (15.62% from 255) = 9.68%
R=41.19%
G=49.13%
B=9.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166198390.1600.800.2272.0867.0946.47
HexA6C627100501648432e
Octal246306472001202611010356
Binary101001101100011010011110000010100001011010010001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C627; }

 p { color: rgb(166,198,39); }

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

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

 a { background-color: rgb(166,198,39); }

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

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

 span { border-color: rgb(166,198,39); }

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