#A4C210

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

Shades of Bahia #A4C210

Tints of Bahia #A4C210

Color information

#A4C210 (or 0xA4C210) is unknown color: approx Bahia. HEX triplet: A4, C2 and 10. RGB value is (164,194,16). Sum of RGB (Red+Green+Blue) = 164+194+16=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C210 is #5B3DEF. Grayscale: #A5A5A5. Windows color (decimal): -5979632 or 1098404. OLE color: 1098404.

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

Color convert

RGB16419416-
CMYK0.1500.920.24
HSL70.11º84.76%41.18%-
HSV(B)70.11º91.75%76.08%-
XYZ34.746.517.64-
YUV164.7444.06127.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 194 (76.17% from 255) = 51.87%
BLUE value IS 16 (6.64% from 255) = 4.28%
R=43.85%
G=51.87%
B=4.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164194160.1500.920.2470.1184.7641.18
HexA4C210F05C18465529
Octal244302201701343010612551
Binary1010010011000010100001111010111001100010001101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C210; }

 p { color: rgb(164,194,16); }

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

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

 a { background-color: rgb(164,194,16); }

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

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

 span { border-color: rgb(164,194,16); }

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