#A3C027

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

Shades of Bahia #A3C027

Tints of Bahia #A3C027

Color information

#A3C027 (or 0xA3C027) is unknown color: approx Bahia. HEX triplet: A3, C0 and 27. RGB value is (163,192,39). Sum of RGB (Red+Green+Blue) = 163+192+39=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C027 is #5C3FD8. Grayscale: #A6A6A6. Windows color (decimal): -6045657 or 2605219. OLE color: 2605219.

HSL color Cylindrical-coordinate representation of color #A3C027: hue angle of 71.37º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3C027 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB16319239-
CMYK0.1500.800.25
HSL71.37º66.23%45.29%-
HSV(B)71.37º79.69%75.29%-
XYZ34.3245.638.92-
YUV165.8956.39125.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.37%
GREEN value IS 192 (75.39% from 255) = 48.73%
BLUE value IS 39 (15.62% from 255) = 9.90%
R=41.37%
G=48.73%
B=9.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163192390.1500.800.2571.3766.2345.29
HexA3C027F0501947422d
Octal243300471701203110710255
Binary10100011110000001001111111010100001100110001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C027; }

 p { color: rgb(163,192,39); }

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

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

 a { background-color: rgb(163,192,39); }

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

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

 span { border-color: rgb(163,192,39); }

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