#A3C21D

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

Shades of Bahia #A3C21D

Tints of Bahia #A3C21D

Color information

#A3C21D (or 0xA3C21D) is unknown color: approx Bahia. HEX triplet: A3, C2 and 1D. RGB value is (163,194,29). Sum of RGB (Red+Green+Blue) = 163+194+29=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C21D is #5C3DE2. Grayscale: #A6A6A6. Windows color (decimal): -6045155 or 1950371. OLE color: 1950371.

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

Color convert

RGB16319429-
CMYK0.1600.850.24
HSL71.27º73.99%43.73%-
HSV(B)71.27º85.05%76.08%-
XYZ34.6246.468.31-
YUV165.9250.73125.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 194 (76.17% from 255) = 50.26%
BLUE value IS 29 (11.72% from 255) = 7.51%
R=42.23%
G=50.26%
B=7.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163194290.1600.850.2471.2773.9943.73
HexA3C21D1005518474a2c
Octal243302352001253010711254
Binary10100011110000101110110000010101011100010001111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C21D; }

 p { color: rgb(163,194,29); }

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

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

 a { background-color: rgb(163,194,29); }

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

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

 span { border-color: rgb(163,194,29); }

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